Mercurial > hg-stable
changeset 39937:e743907d0932
help: document about "files" template keywords
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 30 Sep 2018 16:11:35 +0900 |
parents | 0d703063d0c8 |
children | d5498db5f86a |
files | mercurial/commands.py |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
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::