[RFC] bisect extension for mercurial

Benoit Boissinot benoit.boissinot at ens-lyon.org
Wed Sep 28 13:37:17 CDT 2005


This is the bisect extension for mercurial,
it works almost the same as git-bisect:

hg bisect-init # start bisecting
hg bisect-bad # mark current revision as broken
hg bisect-good [<rev>] # mark <rev> as working
... the bisect code finds a new revision to try
... see if it works
hg bisect-good # if it worked
hg bisect-bad # it doesn't work

continue until there is only one revision left

All comments are welcome, i may be adding the bisect-visualize command
if needed.

Regards,

Benoit Boissinot
-- 
powered by bash/screen/(urxvt/fvwm|linux-console)/gentoo/gnu/linux OS
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hbisect.py
Type: text/x-python
Size: 8272 bytes
Desc: not available
Url : http://www.selenic.com/pipermail/mercurial/attachments/20050928/be077690/hbisect.py


More information about the Mercurial mailing list