mercurial/commands.py
changeset 7976 a62fc8fe882f
parent 7975 fc4a3931e608
child 7977 1cd3775e097c
equal deleted inserted replaced
7975:fc4a3931e608 7976:a62fc8fe882f
  1976 
  1976 
  1977 def manifest(ui, repo, node=None, rev=None):
  1977 def manifest(ui, repo, node=None, rev=None):
  1978     """output the current or given revision of the project manifest
  1978     """output the current or given revision of the project manifest
  1979 
  1979 
  1980     Print a list of version controlled files for the given revision.
  1980     Print a list of version controlled files for the given revision.
  1981     If no revision is given, the parent of the working directory is used,
  1981     If no revision is given, the first parent of the working directory
  1982     or tip if no revision is checked out.
  1982     is used, or tip if no revision is checked out.
  1983 
       
  1984     The manifest is the list of files being version controlled. If no revision
       
  1985     is given then the first parent of the working directory is used.
       
  1986 
  1983 
  1987     With -v flag, print file permissions, symlink and executable bits. With
  1984     With -v flag, print file permissions, symlink and executable bits. With
  1988     --debug flag, print file revision hashes.
  1985     --debug flag, print file revision hashes.
  1989     """
  1986     """
  1990 
  1987