comparison PKG-INFO @ 1367:a7678cbd7c28

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
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 30 Sep 2005 11:08:13 -0700
parents 060c08bf9e2f
children
comparison
equal deleted inserted replaced
1366:136920d13fc2 1367:a7678cbd7c28