# HG changeset patch # User Arne Babenhauserheide # Date 1242109561 -7200 # Node ID 60be1cc49ae7d6582c4136f46f4492c163589b9f # Parent 6d5a62a9821e6bfda0cb418cd565a3dd7209f916 Learning in workflows: Added info about 'hg log -r REV'. diff -r 6d5a62a9821e -r 60be1cc49ae7 hgscm/templates/workflow_guide.html --- a/hgscm/templates/workflow_guide.html Tue May 12 08:23:18 2009 +0200 +++ b/hgscm/templates/workflow_guide.html Tue May 12 08:26:01 2009 +0200 @@ -94,7 +94,7 @@ This prints a list of changesets along with their date, the user who committed them (you) and their commit message. -To see a certain diff, you can use the -p switch (--patch) +To see a certain revision, you can use the -r switch (--revision). To also see the diff of the displayed revisions, there's the -p switch (--patch)
$ hg log -p -r 3