diff -r 9967818a85fa -r 288fdded64dd mercurial/commands.py --- a/mercurial/commands.py Sun Oct 07 22:50:12 2018 +0900 +++ b/mercurial/commands.py Sun Oct 07 22:56:37 2018 +0900 @@ -3056,6 +3056,16 @@ .. container:: verbose + Template: + + The following keywords are supported in addition to the common template + keywords and functions. See also :hg:`help templates`. + + :dirty: String. Character ``+`` denoting if the working directory has + uncommitted changes. + :id: String. One or two nodes, optionally followed by ``+``. + :parents: List of strings. Parent nodes of the changeset. + Examples: - generate a build identifier for the working directory::