Mercurial > hg-stable
changeset 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 | dbcf5d52fcf5 |
children | fd35e9d72879 e09a2f2ef85d |
files | mercurial/commands.py |
diffstat | 1 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Wed Apr 08 23:17:33 2009 +0200 +++ b/mercurial/commands.py Fri Apr 10 13:00:28 2009 +0200 @@ -1966,11 +1966,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 the null revision if none is checked out. With -v flag, print file permissions, symlink and executable bits. With --debug flag, print file revision hashes.