Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 8041:87c5a4af0b5a
Fix manifest default rev doc when no rev is checked out (issue1603)
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Fri, 10 Apr 2009 13:00:28 +0200 |
parents | 74c3baca65c9 |
children | fd35e9d72879 |
comparison
equal
deleted
inserted
replaced
8036:dbcf5d52fcf5 | 8041:87c5a4af0b5a |
---|---|
1964 | 1964 |
1965 def manifest(ui, repo, node=None, rev=None): | 1965 def manifest(ui, repo, node=None, rev=None): |
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. |
1977 """ | 1974 """ |
1978 | 1975 |