Mercurial > public > mercurial-scm > hg-stable
diff 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 |
line wrap: on
line diff
--- a/mercurial/commands.py Sun Sep 30 15:53:36 2018 +0900 +++ b/mercurial/commands.py Sun Sep 30 16:11:35 2018 +0900 @@ -2051,6 +2051,15 @@ .. container:: verbose + Template: + + The following keywords are supported in addition to the common template + keywords and functions. See also :hg:`help templates`. + + :flags: String. Character denoting file's symlink and executable bits. + :path: String. Repository-absolute path of the file. + :size: Integer. Size of the file in bytes. + Examples: - list all files under the current directory::