[Buildbot-commits] [SPAM] [Buildbot] #661: Add support for Mercurial to console view
Buildbot
trac at buildbot.net
Sat Dec 19 19:37:17 UTC 2009
#661: Add support for Mercurial to console view
------------------------+---------------------------------------------------
Reporter: marcusl | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: undecided
Version: 0.7.11 | Keywords:
------------------------+---------------------------------------------------
The console view currently requires a linear integer revision id to work.
Mercurial has this in addition to the hash-ids, so it should be possible
to make it work.
(The integer ids are only unique per repo, not globally, but it should
work just fine in this case.)
For this to work, we need to send revision as a string containing both:
'1235:1234deadbeef5432cdcd' and then split it properly somewhere. Perhaps
making revision an object rather than just a string and/or int would help
solve this.
--
Ticket URL: <http://buildbot.net/trac/ticket/661>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list