hgbook

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 Mar 06 21:55:07 2007 -0800 (2007-03-06)
parents 153efeaa8f57
children e985873a9d1a
line diff
     1.1 --- a/en/examples/bisect	Thu Dec 28 14:10:23 2006 -0800
     1.2 +++ b/en/examples/bisect	Tue Mar 06 21:55:07 2007 -0800
     1.3 @@ -3,6 +3,11 @@
     1.4  echo '[extensions]' >> $HGRC
     1.5  echo 'hbisect =' >> $HGRC
     1.6  
     1.7 +# XXX There's some kind of horrible nondeterminism in the execution of
     1.8 +# bisect at the moment.  Ugh.
     1.9 +
    1.10 +#$ ignore: .*
    1.11 +
    1.12  #$ name: init
    1.13  
    1.14  hg init mybug