diff hgscm/templates/workflow_guide.html @ 151:60be1cc49ae7

Learning in workflows: Added info about 'hg log -r REV'.
author Arne Babenhauserheide <bab@draketo.de>
date Tue, 12 May 2009 08:26:01 +0200
parents 6d5a62a9821e
children 1a01a60eeaf5
line wrap: on
line diff
--- 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 <hg>-p</hg> switch (--patch)
+To see a certain revision, you can use the <hg>-r</hg> switch (--revision). To also see the diff of the displayed revisions, there's the <hg>-p</hg> switch (--patch)
 
 <pre>$ hg log -p -r 3</pre>