# HG changeset patch # User Matt Mackall # Date 1316201876 18000 # Node ID a20f5088013a0e96ec2ecc3409af980aba747b04 # Parent 5ca8c111e9aa6f5717501bf99df374c4199d5836 log: rearrange the help text a bit diff -r 5ca8c111e9aa -r a20f5088013a mercurial/commands.py --- a/mercurial/commands.py Fri Sep 16 14:37:55 2011 -0500 +++ b/mercurial/commands.py Fri Sep 16 14:37:56 2011 -0500 @@ -3361,18 +3361,14 @@ Print the revision history of the specified files or the entire project. + 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. + File history is shown without following rename or copy history of files. Use -f/--follow with a filename to follow history across renames and copies. --follow without a filename will only show - ancestors or descendants of the starting revision. --follow-first - only follows the first parent of merge revisions. - - 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. 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. + ancestors or descendants of the starting revision. By default this command prints revision number and changeset id, tags, non-trivial parents, user, date and time, and a summary for @@ -3425,6 +3421,11 @@ hg log -r "last(tagged())::" --template "{desc|firstline}\\n" + See :hg:`help dates` for a list of formats valid for -d/--date. + + See :hg:`help revisions` and :hg:`help revsets` for more about + specifying revisions. + Returns 0 on success. """