# HG changeset patch # User Yoshiki Yazawa # Date 1235221650 -32400 # Node ID b7cdede6065fff64c76a7c47fd7e0637c8e74e49 # Parent 93df8137f5634a6fd9cda42f475c2f38ea5e3cce updated to core bisect command diff -r 93df8137f563 -r b7cdede6065f ja/examples/bisect --- a/ja/examples/bisect Fri Feb 20 20:36:54 2009 +0900 +++ b/ja/examples/bisect Sat Feb 21 22:07:30 2009 +0900 @@ -1,7 +1,7 @@ #!/bin/bash -echo '[extensions]' >> $HGRC -echo 'hbisect =' >> $HGRC +#echo '[extensions]' >> $HGRC +#echo 'hbisect =' >> $HGRC # XXX There's some kind of horrible nondeterminism in the execution of # bisect at the moment. Ugh. @@ -33,7 +33,7 @@ #$ name: search.init -hg bisect --init +hg bisect --reset #$ name: search.bad-init @@ -68,7 +68,7 @@ echo this revision is $result hg bisect --$result } - + #$ name: search.step2 mytest