# HG changeset patch # User Bryan O'Sullivan # Date 1239950805 25200 # Node ID 29f0f79cf6146b747b2cbc9afe658f6b23ee6810 # Parent e6c99cbd0abdfe935a157a99ce4c28f61f405c59 Update paragraph IDs diff -r e6c99cbd0abd -r 29f0f79cf614 en/ch01-tour-basic.xml --- a/en/ch01-tour-basic.xml Thu Apr 16 23:45:07 2009 -0700 +++ b/en/ch01-tour-basic.xml Thu Apr 16 23:46:45 2009 -0700 @@ -131,7 +131,7 @@ &interaction.tour.clone; - One advantage of using hg + One advantage of using hg clone is that, as we can see above, it lets us clone repositories over the network. Another is that it remembers where we cloned from, which we'll find useful soon when we @@ -233,7 +233,7 @@ the text message that the creator of the changeset entered to describe the changeset. - Some changesets, such as the first in the list above, + Some changesets, such as the first in the list above, have a tag field. A tag is another way to identify a changeset, by giving it an easy-to-remember name. (The tag named tip is special: it @@ -364,7 +364,7 @@ &interaction.tour.log-vp; - The option is + The option is tremendously useful, so it's well worth remembering. @@ -410,7 +410,7 @@ role="hg-opt-log">--rev arguments. - If you are using short options, you can save typing by + If you are using short options, you can save typing by running them together. For example, the command hg log -v -p -r 2 can be written as hg log -vpr2. @@ -430,7 +430,7 @@ Option naming consistency - Almost always, Mercurial commands use consistent option + Almost always, Mercurial commands use consistent option names to refer to the same concepts. For instance, if a command deals with changesets, you'll always identify them with or