# HG changeset patch # User Yuya Nishihara # Date 2018-10-07 14:12:04 # Node ID b049499fb0ba044e99f04d2ad30591f239d8d680 # Parent 5cde774f724470e220264e768997bf1a29ad650d help: document about "status" template keywords diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -5229,6 +5229,16 @@ def status(ui, repo, *pats, **opts): ``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