Mercurial > hg-stable
changeset 40116:b049499fb0ba
help: document about "status" template keywords
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 07 Oct 2018 23:12:04 +0900 |
parents | 5cde774f7244 |
children | b99e91b2d39c |
files | mercurial/commands.py |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sun Oct 07 23:05:00 2018 +0900 +++ b/mercurial/commands.py Sun Oct 07 23:12:04 2018 +0900 @@ -5229,6 +5229,16 @@ ``commands.status.skipstates`` to one or more of: 'bisect', 'graft', 'histedit', 'merge', 'rebase', or 'unshelve'. + Template: + + The following keywords are supported in addition to the common template + keywords and functions. See also :hg:`help templates`. + + :path: String. Repository-absolute path of the file. + :source: String. Repository-absolute path of the file originated from. + Available if ``--copies`` is specified. + :status: String. Character denoting file's status. + Examples: - show changes in the working directory relative to a