Updated help text for 'hg log'.
authorThomas Arendsen Hein <thomas@intevation.de>
Wed, 23 Nov 2005 18:36:44 +0100
changeset 1557 f7d9823e65df
parent 1556 561b17b7d3a2
child 1558 651690fe6be3
Updated help text for 'hg log'.
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