# HG changeset patch # User Arne Babenhauserheide # Date 1232543798 -3600 # Node ID 91adcea08b33fd2584c7803360accf0373a0f188 # Parent 97e929385442d9f39f6a5abc796f2d2156f35201 Fix the bisect section, I hope (bisect is now part of Mercurial). diff -r 97e929385442 -r 91adcea08b33 en/examples/bisect --- 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. diff -r 97e929385442 -r 91adcea08b33 en/undo.tex --- 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