--- 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.
"""