comparison en/examples/bisect @ 653:91adcea08b33

Fix the bisect section, I hope (bisect is now part of Mercurial).
author Arne Babenhauserheide <bab@draketo.de>
date Wed, 21 Jan 2009 14:16:38 +0100
parents 7a6bd93174bd
children b08f6a61bf15
comparison
equal deleted inserted replaced
419:97e929385442 653:91adcea08b33
1 #!/bin/bash 1 #!/bin/bash
2 2
3 echo '[extensions]' >> $HGRC 3 # Don't add the bisect extension. That's not needed anymore.
4 echo 'hbisect =' >> $HGRC 4 #echo '[extensions]' >> $HGRC
5 #echo 'hbisect =' >> $HGRC
5 6
6 # XXX There's some kind of horrible nondeterminism in the execution of 7 # XXX There's some kind of horrible nondeterminism in the execution of
7 # bisect at the moment. Ugh. 8 # bisect at the moment. Ugh.
8 9
9 #$ ignore: .* 10 #$ ignore: .*