mercurial/commands.py
changeset 8042 fd35e9d72879
parent 8040 545fb915fe16
parent 8041 87c5a4af0b5a
child 8088 bdeb380a10de
equal deleted inserted replaced
8040:545fb915fe16 8042:fd35e9d72879
  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