[Buildbot-commits] [Buildbot] #438: Mercurial does not update to the right revision when building a tag from a named branch
Buildbot
nobody at buildbot.net
Mon Oct 3 13:06:52 UTC 2011
#438: Mercurial does not update to the right revision when building a tag from a
named branch
----------------------+------------------------
Reporter: cdevienne | Owner:
Type: defect | Status: reopened
Priority: major | Milestone: undecided
Version: 0.8.5 | Resolution:
Keywords: |
----------------------+------------------------
Changes (by marcusl):
* status: closed => reopened
* version: 0.7.10 => 0.8.5
* resolution: worksforme =>
Comment:
This happens again in 0.8.5.
* I press "Force build" with revision set to "v0.2.1"
* Slave does {{{'hg.EXE' 'clone' '--verbose' '--noupdate' '--rev'
u'v0.2.1' '<repo url>' 'build'}}} which gets the rev, but misses the
changeset that created the tag
* Then it tries to update to tag {{{'hg.EXE' 'update' '--clean' '--
repository' 'build' '--rev' u'v0.2.1'}}} and fails with:
> **abort: unknown revision 'v0.2.1'! **
--
Ticket URL: <http://trac.buildbot.net/ticket/438#comment:4>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list