mercurial/commands.py
changeset 39932 e743907d0932
parent 39930 66df1059b7c0
child 39989 c9026e9297e3
equal deleted inserted replaced
39931:0d703063d0c8 39932:e743907d0932
  2049     If no files are given to match, this command prints the names
  2049     If no files are given to match, this command prints the names
  2050     of all files under Mercurial control.
  2050     of all files under Mercurial control.
  2051 
  2051 
  2052     .. container:: verbose
  2052     .. container:: verbose
  2053 
  2053 
       
  2054       Template:
       
  2055 
       
  2056       The following keywords are supported in addition to the common template
       
  2057       keywords and functions. See also :hg:`help templates`.
       
  2058 
       
  2059       :flags:   String. Character denoting file's symlink and executable bits.
       
  2060       :path:    String. Repository-absolute path of the file.
       
  2061       :size:    Integer. Size of the file in bytes.
       
  2062 
  2054       Examples:
  2063       Examples:
  2055 
  2064 
  2056       - list all files under the current directory::
  2065       - list all files under the current directory::
  2057 
  2066 
  2058           hg files .
  2067           hg files .