##// END OF EJS Templates
help: document about "files" template keywords
Yuya Nishihara -
r39968:e743907d default
parent child Browse files
Show More
@@ -2051,6 +2051,15 b' def files(ui, repo, *pats, **opts):'
2051
2051
2052 .. container:: verbose
2052 .. container:: verbose
2053
2053
2054 Template:
2055
2056 The following keywords are supported in addition to the common template
2057 keywords and functions. See also :hg:`help templates`.
2058
2059 :flags: String. Character denoting file's symlink and executable bits.
2060 :path: String. Repository-absolute path of the file.
2061 :size: Integer. Size of the file in bytes.
2062
2054 Examples:
2063 Examples:
2055
2064
2056 - list all files under the current directory::
2065 - list all files under the current directory::
General Comments 0
You need to be logged in to leave comments. Login now