diff ja/examples/bisect @ 385:b7cdede6065f

updated to core bisect command
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 21 Feb 2009 22:07:30 +0900
parents b0db5adf11c1
children 019040fbf5f5
line wrap: on
line diff
--- 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