changeset 1557:f7d9823e65df

Updated help text for 'hg log'.
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 23 Nov 2005 18:36:44 +0100
parents 561b17b7d3a2
children 651690fe6be3
files mercurial/commands.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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