changeset 7976:a62fc8fe882f

commands: removed redundant text in manifest help
author Martin Geisler <mg@daimi.au.dk>
date Sat, 04 Apr 2009 16:46:50 +0200
parents fc4a3931e608
children 1cd3775e097c
files mercurial/commands.py
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Sat Apr 04 00:32:06 2009 +0200
+++ b/mercurial/commands.py	Sat Apr 04 16:46:50 2009 +0200
@@ -1978,11 +1978,8 @@
     """output the current or given revision of the project manifest
 
     Print a list of version controlled files for the given revision.
-    If no revision is given, the parent of the working directory is used,
-    or tip if no revision is checked out.
-
-    The manifest is the list of files being version controlled. If no revision
-    is given then the first parent of the working directory is used.
+    If no revision is given, the first parent of the working directory
+    is used, or tip if no revision is checked out.
 
     With -v flag, print file permissions, symlink and executable bits. With
     --debug flag, print file revision hashes.