mercurial/configitems.py
changeset 41720 6704696141b8
parent 41575 aec185af621e
child 41756 49ad315b39ee
--- a/mercurial/configitems.py	Thu Jan 31 20:11:16 2019 +0300
+++ b/mercurial/configitems.py	Wed Feb 13 18:34:08 2019 -0800
@@ -1081,6 +1081,10 @@
     default=None,
     generic=True,
 )
+coreconfigitem('templateconfig', '.*',
+    default=dynamicdefault,
+    generic=True,
+)
 coreconfigitem('trusted', 'groups',
     default=list,
 )