mercurial/commands.py
changeset 40015 c60c1d30a4b2
parent 40014 d6b3cb3c5b11
child 40016 1f12a3ad93f2
--- a/mercurial/commands.py	Wed Oct 03 22:34:18 2018 +0900
+++ b/mercurial/commands.py	Wed Oct 03 22:43:57 2018 +0900
@@ -1729,6 +1729,16 @@
 
     See :hg:`help config` for more information about config files.
 
+    .. container:: verbose
+
+      Template:
+
+      The following keywords are supported. See also :hg:`help templates`.
+
+      :name:    String. Config name.
+      :source:  String. Filename and line number where the item is defined.
+      :value:   String. Config value.
+
     Returns 0 on success, 1 if NAME does not exist.
 
     """