]> git.cworth.org Git - hgbook-git/commitdiff
Fix wording (use diverged instead of derived)
authorCarl Worth <cworth@cworth.org>
Fri, 28 Sep 2007 15:52:28 +0000 (08:52 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 28 Sep 2007 15:52:28 +0000 (08:52 -0700)
Again thanks to Keith for noticing.

tour.mdwn

index c511fab051c9e5d75d23316a5835dc749cfbcce9..e9e02776d86cddd7b8a19c9bd8815303584cfc4c 100644 (file)
--- a/tour.mdwn
+++ b/tour.mdwn
@@ -339,7 +339,7 @@ in the current branch, "HEAD~", refers to the previous commit, and
 
 Another useful syntax is .. which can be used to specify a range of
 commits. So "origin..master" specifies everything that has been
-committed to master since it derived from origin.
+committed to master since it diverged from origin.
 
 #### 2.4.3  Viewing specific revisions