help: document about "tags" template keywords
authorYuya Nishihara <yuya@tcha.org>
Sun, 07 Oct 2018 23:14:21 +0900
changeset 40116 b99e91b2d39c
parent 40115 b049499fb0ba
child 40117 dd23eb81a3a3
help: document about "tags" template keywords
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.
     """