diff -r 0d703063d0c8 -r e743907d0932 mercurial/commands.py --- 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::