view 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
line wrap: on
line source

Metadata-Version: 1.0
Name: mercurial
Version: 0.7
Summary: scalable distributed SCM
Home-page: http://selenic.com/mercurial
Author: Matt Mackall
Author-email: mpm@selenic.com
License: GNU GPL
Description: UNKNOWN
Platform: UNKNOWN