##// END OF EJS Templates
commands: removed redundant text in manifest help
Martin Geisler -
r7976:a62fc8fe default
parent child Browse files
Show More
@@ -1978,11 +1978,8 b' def manifest(ui, repo, node=None, rev=No'
1978 """output the current or given revision of the project manifest
1978 """output the current or given revision of the project manifest
1979
1979
1980 Print a list of version controlled files for the given revision.
1980 Print a list of version controlled files for the given revision.
1981 If no revision is given, the parent of the working directory is used,
1981 If no revision is given, the first parent of the working directory
1982 or tip if no revision is checked out.
1982 is used, or tip if no revision is checked out.
1983
1984 The manifest is the list of files being version controlled. If no revision
1985 is given then the first parent of the working directory is used.
1986
1983
1987 With -v flag, print file permissions, symlink and executable bits. With
1984 With -v flag, print file permissions, symlink and executable bits. With
1988 --debug flag, print file revision hashes.
1985 --debug flag, print file revision hashes.
General Comments 0
You need to be logged in to leave comments. Login now