tests/test-clone.out
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 30 Sep 2005 11:08:13 -0700
changeset 1367 a7678cbd7c28
parent 925 5a034646e472
child 1926 ba198d17eea9
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

a
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
cat: a: No such file or directory
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
a