hgbook

changeset 554:91adcea08b33

Fix the bisect section, I hope (bisect is now part of Mercurial).
author Arne Babenhauserheide <bab@draketo.de>
date Wed Jan 21 14:16:38 2009 +0100 (2009-01-21)
parents 97e929385442
children b08f6a61bf15
files en/examples/bisect en/undo.tex
line diff
     1.1 --- a/en/examples/bisect	Sun Aug 31 12:14:23 2008 -0400
     1.2 +++ b/en/examples/bisect	Wed Jan 21 14:16:38 2009 +0100
     1.3 @@ -1,7 +1,8 @@
     1.4  #!/bin/bash
     1.5  
     1.6 -echo '[extensions]' >> $HGRC
     1.7 -echo 'hbisect =' >> $HGRC
     1.8 +# Don't add the bisect extension. That's not needed anymore. 
     1.9 +#echo '[extensions]' >> $HGRC
    1.10 +#echo 'hbisect =' >> $HGRC
    1.11  
    1.12  # XXX There's some kind of horrible nondeterminism in the execution of
    1.13  # bisect at the moment.  Ugh.
     2.1 --- a/en/undo.tex	Sun Aug 31 12:14:23 2008 -0400
     2.2 +++ b/en/undo.tex	Wed Jan 21 14:16:38 2009 +0100
     2.3 @@ -569,7 +569,6 @@
     2.4  
     2.5  Now let's create a repository, so that we can try out the
     2.6  \hgcmd{bisect} command in isolation.
     2.7 -\interaction{bisect.init}
     2.8  We'll simulate a project that has a bug in it in a simple-minded way:
     2.9  create trivial changes in a loop, and nominate one specific change
    2.10  that will have the ``bug''.  This loop creates 35 changesets, each