hgbook

diff en/ch08-undo.xml @ 683:1a0a78e197c3

Incorporate feedback from Greg Lindahl.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Apr 24 00:27:05 2009 -0700 (2009-04-24)
parents 557552d4699f
children
line diff
     1.1 --- a/en/ch08-undo.xml	Tue Apr 21 23:51:47 2009 -0700
     1.2 +++ b/en/ch08-undo.xml	Fri Apr 24 00:27:05 2009 -0700
     1.3 @@ -821,7 +821,7 @@
     1.4      <para id="x_127">The idea behind the <command role="hg-cmd">hg
     1.5  	bisect</command> command is that a changeset has introduced
     1.6        some change of behavior that you can identify with a simple
     1.7 -      binary test.  You don't know which piece of code introduced the
     1.8 +      pass/fail test.  You don't know which piece of code introduced the
     1.9        change, but you know how to test for the presence of the bug.
    1.10        The <command role="hg-cmd">hg bisect</command> command uses your
    1.11        test to direct its search for the changeset that introduced the