]> git.cworth.org Git - hgbook-git/blobdiff - tour.mdwn
Fix wording (use diverged instead of derived)
[hgbook-git] / 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