# HG changeset patch # User Martin Geisler # Date 1276889721 -7200 # Node ID c040847539905c3f9c8b417586128695c72f3dd4 # Parent de544774ebea828ab48175962eff2087bb28b8b8 commands: advertise "hg help revsets" in help for log diff -r de544774ebea -r c04084753990 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.