# HG changeset patch # User Yuya Nishihara # Date 1538574237 -32400 # Node ID c60c1d30a4b22d643f777417d88c4383a8ae3f30 # Parent d6b3cb3c5b11f30f032a35560b68bf9b51b86284 help: document about "config" template keywords diff -r d6b3cb3c5b11 -r c60c1d30a4b2 mercurial/commands.py --- 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. """