mercurial/commands.py
changeset 39932 e743907d0932
parent 39930 66df1059b7c0
child 39989 c9026e9297e3
--- 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::