changeset 11384:c04084753990

commands: advertise "hg help revsets" in help for log
author Martin Geisler <mg@lazybytes.net>
date Fri, 18 Jun 2010 21:35:21 +0200
parents de544774ebea
children e5a2134c083b
files mercurial/commands.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.