equal
deleted
inserted
replaced
1989 def manifest(ui, repo, node=None, rev=None): |
1989 def manifest(ui, repo, node=None, rev=None): |
1990 """output the current or given revision of the project manifest |
1990 """output the current or given revision of the project manifest |
1991 |
1991 |
1992 Print a list of version controlled files for the given revision. |
1992 Print a list of version controlled files for the given revision. |
1993 If no revision is given, the first parent of the working directory |
1993 If no revision is given, the first parent of the working directory |
1994 is used, or tip if no revision is checked out. |
1994 is used, or the null revision if none is checked out. |
1995 |
1995 |
1996 With -v flag, print file permissions, symlink and executable bits. |
1996 With -v flag, print file permissions, symlink and executable bits. |
1997 With --debug flag, print file revision hashes. |
1997 With --debug flag, print file revision hashes. |
1998 """ |
1998 """ |
1999 |
1999 |