mercurial/commands.py
changeset 8041 87c5a4af0b5a
parent 7850 74c3baca65c9
child 8042 fd35e9d72879
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