[RFC] bisect extension for mercurial

Benoit Boissinot benoit.boissinot at ens-lyon.org
Thu Sep 29 12:53:09 CDT 2005


On Thu, Sep 29, 2005 at 02:55:11PM +0200, Benoit Boissinot wrote:
> On Wed, Sep 28, 2005 at 01:51:46PM -0700, Bryan O'Sullivan wrote:
> > On Wed, 2005-09-28 at 20:37 +0200, Benoit Boissinot wrote:
> > 
> > > 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
> > 
> > This clutters the command name space too much.
> > 
> > Please just use one command, "bisect", and make each thing a subcommand
> > of it.
> > 
> > 	<b
> > 
> Attached is a new version which uses "hg bisect <subcommand>"
> 
I have put an updated version (rewrote the help code) on
http://perso.ens-lyon.fr/benoit.boissinot/hbisect.py

regards,

Benoit

-- 
powered by bash/screen/(urxvt/fvwm|linux-console)/gentoo/gnu/linux OS


More information about the Mercurial mailing list