# HG changeset patch # User Yuya Nishihara # Date 1538291495 -32400 # Node ID e743907d09325f0663f69e9cbd16282bd28ec882 # Parent 0d703063d0c867ac35f71259cc16de033b5bed0c help: document about "files" template keywords 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::