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