commands: advertise "hg help revsets" in help for log
authorMartin Geisler <mg@lazybytes.net>
Fri, 18 Jun 2010 21:35:21 +0200
changeset 11384 c04084753990
parent 11383 de544774ebea
child 11385 e5a2134c083b
commands: advertise "hg help revsets" in help for log
mercurial/commands.py
--- a/mercurial/commands.py	Fri Jun 18 21:31:19 2010 +0200
+++ b/mercurial/commands.py	Fri Jun 18 21:35:21 2010 +0200
@@ -2451,7 +2451,8 @@
 
     If no revision range is specified, the default is tip:0 unless
     --follow is set, in which case the working directory parent is
-    used as the starting revision.
+    used as the starting revision. You can specify a revision set for
+    log, see :hg:`help revsets` for more information.
 
     See :hg:`help dates` for a list of formats valid for -d/--date.