diff en/examples/bisect @ 145:4aecfa5c3ab0

Drop all output from bisect. It's not running deterministically right now.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 06 Mar 2007 21:55:07 -0800
parents 153efeaa8f57
children e985873a9d1a
line wrap: on
line diff
--- a/en/examples/bisect	Tue Mar 06 21:44:56 2007 -0800
+++ b/en/examples/bisect	Tue Mar 06 21:55:07 2007 -0800
@@ -3,6 +3,11 @@
 echo '[extensions]' >> $HGRC
 echo 'hbisect =' >> $HGRC
 
+# XXX There's some kind of horrible nondeterminism in the execution of
+# bisect at the moment.  Ugh.
+
+#$ ignore: .*
+
 #$ name: init
 
 hg init mybug