PKG-INFO
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 30 Sep 2005 11:08:13 -0700
changeset 1367 a7678cbd7c28
parent 1272 060c08bf9e2f
permissions -rw-r--r--
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

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