comparison mercurial/help/templates.txt @ 13498:6ec84cbcb943 stable

help: document branch template keyword The branch keyword was added in d79fdff55627
author Adrian Buehlmann <adrian@cadifra.com>
date Sun, 27 Feb 2011 12:07:09 +0100
parents aa72ff5abf5f
children 2e80d495592a
comparison
equal deleted inserted replaced
13497:45b48be6b910 13498:6ec84cbcb943
22 Strings in curly braces are called keywords. The availability of 22 Strings in curly braces are called keywords. The availability of
23 keywords depends on the exact context of the templater. These 23 keywords depends on the exact context of the templater. These
24 keywords are usually available for templating a log-like command: 24 keywords are usually available for templating a log-like command:
25 25
26 :author: String. The unmodified author of the changeset. 26 :author: String. The unmodified author of the changeset.
27
28 :branch: String. The name of the branch on which the changeset was
29 committed.
27 30
28 :branches: List of strings. The name of the branch on which the 31 :branches: List of strings. The name of the branch on which the
29 changeset was committed. Will be empty if the branch name was 32 changeset was committed. Will be empty if the branch name was
30 default. 33 default.
31 34