Mercurial > hgbook
changeset 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 | 97e929385442 |
children | b08f6a61bf15 |
files | en/examples/bisect en/undo.tex |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/en/examples/bisect Sun Aug 31 12:14:23 2008 -0400 +++ b/en/examples/bisect Wed Jan 21 14:16:38 2009 +0100 @@ -1,7 +1,8 @@ #!/bin/bash -echo '[extensions]' >> $HGRC -echo 'hbisect =' >> $HGRC +# Don't add the bisect extension. That's not needed anymore. +#echo '[extensions]' >> $HGRC +#echo 'hbisect =' >> $HGRC # XXX There's some kind of horrible nondeterminism in the execution of # bisect at the moment. Ugh.
--- a/en/undo.tex Sun Aug 31 12:14:23 2008 -0400 +++ b/en/undo.tex Wed Jan 21 14:16:38 2009 +0100 @@ -569,7 +569,6 @@ Now let's create a repository, so that we can try out the \hgcmd{bisect} command in isolation. -\interaction{bisect.init} We'll simulate a project that has a bug in it in a simple-minded way: create trivial changes in a loop, and nominate one specific change that will have the ``bug''. This loop creates 35 changesets, each