# HG changeset patch # User Yuya Nishihara # Date 1538921661 -32400 # Node ID b99e91b2d39cee40e9d642877a12ac917c03c16b # Parent b049499fb0ba044e99f04d2ad30591f239d8d680 help: document about "tags" template keywords diff -r b049499fb0ba -r b99e91b2d39c mercurial/commands.py --- 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. """