hgbook

diff en/ch08-undo.xml @ 679:06458701453c

Fix up some links to example URLs that aren't actually real.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Apr 21 21:07:20 2009 -0700 (2009-04-21)
parents 1c13ed2130a7
children 7226e5e750a6
line diff
     1.1 --- a/en/ch08-undo.xml	Mon Mar 30 16:23:33 2009 +0800
     1.2 +++ b/en/ch08-undo.xml	Tue Apr 21 21:07:20 2009 -0700
     1.3 @@ -151,7 +151,7 @@
     1.4  	occurred in the repository. This means that you can only roll
     1.5  	back one transaction.  If you expect to be able to roll back
     1.6  	one transaction, then its predecessor, this is not the
     1.7 -	behaviour you will get.</para>
     1.8 +	behavior you will get.</para>
     1.9  
    1.10        &interaction.rollback.twice;
    1.11  
    1.12 @@ -688,7 +688,7 @@
    1.13  
    1.14      <para id="x_127">The idea behind the <command role="hg-cmd">hg
    1.15  	bisect</command> command is that a changeset has introduced
    1.16 -      some change of behaviour that you can identify with a simple
    1.17 +      some change of behavior that you can identify with a simple
    1.18        binary test.  You don't know which piece of code introduced the
    1.19        change, but you know how to test for the presence of the bug.
    1.20        The <command role="hg-cmd">hg bisect</command> command uses your
    1.21 @@ -1056,7 +1056,7 @@
    1.22  	changesets or months of history, you will only add a handful
    1.23  	of tests to the total number that <command role="hg-cmd">hg
    1.24  	  bisect</command> must perform, thanks to its logarithmic
    1.25 -	behaviour.</para>
    1.26 +	behavior.</para>
    1.27  
    1.28      </sect2>
    1.29    </sect1>