Mercurial > hg-stable
changeset 40117:b99e91b2d39c
help: document about "tags" template keywords
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 07 Oct 2018 23:14:21 +0900 |
parents | b049499fb0ba |
children | dd23eb81a3a3 |
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:12:04 2018 +0900 +++ b/mercurial/commands.py Sun Oct 07 23:14:21 2018 +0900 @@ -5764,6 +5764,16 @@ switch is used, a third column "local" is printed for local tags. When the -q/--quiet switch is used, only the tag name is printed. + .. container:: verbose + + Template: + + The following keywords are supported in addition to the common template + keywords and functions such as ``{tag}``. See also + :hg:`help templates`. + + :type: String. ``local`` for local tags. + Returns 0 on success. """