[Buildbot-commits] [Buildbot] #2518: Mercurial Doesn't Support Named Branches

Buildbot trac trac at buildbot.net
Fri Jun 28 01:32:31 UTC 2013


#2518: Mercurial Doesn't Support Named Branches
---------------------+-----------------------
Reporter:  dbrady    |      Owner:
    Type:  defect    |     Status:  new
Priority:  critical  |  Milestone:  undecided
 Version:  0.8.7p1   |   Keywords:
---------------------+-----------------------
 When you are using inrepo for your branch type, Mercurial will always
 update to the default branch, rather than the branch you specified.  This
 is because the update command line is formatted like this:

 'hg' '--verbose' 'update' '--clean' '--rev' 'test'

 Which asks mercurial to deliver the test revision, which does not exist.
 My attached patch changes it as such:

 'hg' '--verbose' 'update' '--clean' 'test'

 Which merely asks Mercurial to deliver the latest revision in the test
 branch if a revision is not specified.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2518>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list