hgbook

diff en/tour-basic.tex @ 101:321732566ac1

A few bits of terminological clarification.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed Oct 18 14:11:51 2006 -0700 (2006-10-18)
parents 06383f9e46e4
children ff9dc8bc2a8b
line diff
     1.1 --- a/en/tour-basic.tex	Mon Oct 16 14:54:37 2006 -0700
     1.2 +++ b/en/tour-basic.tex	Wed Oct 18 14:11:51 2006 -0700
     1.3 @@ -491,6 +491,13 @@
     1.4  To find out what revision the working directory is at, use the
     1.5  \hgcmd{parents} command.
     1.6  \interaction{tour.parents}
     1.7 +If you look back at figure~\ref{fig:tour-basic:history}, you'll see
     1.8 +arrows connecting each changeset.  The node that the arrow leads
     1.9 +\emph{from} in each case is a parent, and the node that the arrow
    1.10 +leads \emph{to} is its child.  The working directory has a parent in
    1.11 +just the same way; this is the changeset that the working directory
    1.12 +currently contains.
    1.13 +
    1.14  To update the working directory to a particular revision, give a
    1.15  revision number or changeset~ID to the \hgcmd{update} command.
    1.16  \interaction{tour.older}