comparison mercurial/commands.py @ 39937:e743907d0932

help: document about "files" template keywords
author Yuya Nishihara <yuya@tcha.org>
date Sun, 30 Sep 2018 16:11:35 +0900
parents 66df1059b7c0
children c9026e9297e3
comparison
equal deleted inserted replaced
39936:0d703063d0c8 39937: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 .