##// END OF EJS Templates
Fix manifest default rev doc when no rev is checked out (issue1603)
Patrick Mezard -
r8041:87c5a4af default
parent child Browse files
Show More
@@ -1966,11 +1966,8 b' def manifest(ui, repo, node=None, rev=No'
1966 """output the current or given revision of the project manifest
1966 """output the current or given revision of the project manifest
1967
1967
1968 Print a list of version controlled files for the given revision.
1968 Print a list of version controlled files for the given revision.
1969 If no revision is given, the parent of the working directory is used,
1969 If no revision is given, the first parent of the working directory
1970 or tip if no revision is checked out.
1970 is used, or the null revision if none is checked out.
1971
1972 The manifest is the list of files being version controlled. If no revision
1973 is given then the first parent of the working directory is used.
1974
1971
1975 With -v flag, print file permissions, symlink and executable bits. With
1972 With -v flag, print file permissions, symlink and executable bits. With
1976 --debug flag, print file revision hashes.
1973 --debug flag, print file revision hashes.
General Comments 0
You need to be logged in to leave comments. Login now