comparison en/ch08-undo.xml @ 810:1a0a78e197c3

Incorporate feedback from Greg Lindahl.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri, 24 Apr 2009 00:27:05 -0700
parents 557552d4699f
children
comparison
equal deleted inserted replaced
809:ef53d025f410 810:1a0a78e197c3
819 efficiently.</para> 819 efficiently.</para>
820 820
821 <para id="x_127">The idea behind the <command role="hg-cmd">hg 821 <para id="x_127">The idea behind the <command role="hg-cmd">hg
822 bisect</command> command is that a changeset has introduced 822 bisect</command> command is that a changeset has introduced
823 some change of behavior that you can identify with a simple 823 some change of behavior that you can identify with a simple
824 binary test. You don't know which piece of code introduced the 824 pass/fail test. You don't know which piece of code introduced the
825 change, but you know how to test for the presence of the bug. 825 change, but you know how to test for the presence of the bug.
826 The <command role="hg-cmd">hg bisect</command> command uses your 826 The <command role="hg-cmd">hg bisect</command> command uses your
827 test to direct its search for the changeset that introduced the 827 test to direct its search for the changeset that introduced the
828 code that caused the bug.</para> 828 code that caused the bug.</para>
829 829