From: Carl Worth Date: Fri, 28 Sep 2007 15:52:28 +0000 (-0700) Subject: Fix wording (use diverged instead of derived) X-Git-Url: https://git.cworth.org/git?p=hgbook-git;a=commitdiff_plain;h=5bbd7299aa73ba64a701912203c84c733697efcb Fix wording (use diverged instead of derived) Again thanks to Keith for noticing. --- diff --git a/tour.mdwn b/tour.mdwn index c511fab..e9e0277 100644 --- 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