Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 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 | 4c8842ee97ff |
children | ee1ed6afac21 |
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.