changeset 21949:ad56fc55cbc3 stable

graft: add a reference to revsets to the help text (issue3362)
author Alexander Becher <Alexander.Becher@RuD-Steuerungstechnik.De>
date Mon, 28 Jul 2014 10:05:17 +0200
parents c87964b1a775
children af44c7a1e55e 5341c500adf0
files mercurial/commands.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
     '''