hgbook
diff en/ch08-undo.xml @ 687:0ffae4ee4c47
Fix indexing.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sun Apr 26 23:22:04 2009 -0700 (2009-04-26) |
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 Sun Apr 26 23:22:04 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