changeset 385:b7cdede6065f

updated to core bisect command
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 21 Feb 2009 22:07:30 +0900
parents 93df8137f563
children 63060ad65ab8
files ja/examples/bisect
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
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