# HG changeset patch # User Thomas Arendsen Hein # Date 1132767404 -3600 # Node ID f7d9823e65df150cc17f5af1970cb924ba4eefbe # Parent 561b17b7d3a2f3e3cb8a48ddecc28352d4e56db0 Updated help text for 'hg log'. diff -r 561b17b7d3a2 -r f7d9823e65df mercurial/commands.py --- a/mercurial/commands.py Wed Nov 23 08:07:27 2005 +0100 +++ b/mercurial/commands.py Wed Nov 23 18:36:44 2005 +0100 @@ -1475,9 +1475,9 @@ Print the revision history of the specified files or the entire project. By default this command outputs: changeset id and hash, tags, - parents, user, date and time, and a summary for each commit. The - -v switch adds some more detail, such as changed files, manifest - hashes or message signatures. + non-trivial parents, user, date and time, and a summary for each + commit. When the -v/--verbose switch is used, the list of changed + files and full commit message is shown. """ class dui: # Implement and delegate some ui protocol. Save hunks of