--- 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