graft: add a reference to revsets to the help text (issue3362) stable
authorAlexander Becher <Alexander.Becher@RuD-Steuerungstechnik.De>
Mon, 28 Jul 2014 10:05:17 +0200
branchstable
changeset 21949 ad56fc55cbc3
parent 21948 c87964b1a775
child 21950 af44c7a1e55e
child 21953 5341c500adf0
graft: add a reference to revsets to the help text (issue3362)
mercurial/commands.py
--- a/mercurial/commands.py	Sat Jul 26 03:35:42 2014 +0200
+++ b/mercurial/commands.py	Mon Jul 28 10:05:17 2014 +0200
@@ -3108,6 +3108,9 @@
 
           hg log --debug -r .
 
+    See :hg:`help revisions` and :hg:`help revsets` for more about
+    specifying revisions.
+
     Returns 0 on successful completion.
     '''