configitems: register the 'defaults' section
authorBoris Feld <boris.feld@octobus.net>
Sun, 08 Oct 2017 20:39:51 +0200
changeset 34666 e7966337aed0
parent 34665 dd1357edff37
child 34667 23f891164e59
configitems: register the 'defaults' section
mercurial/configitems.py
--- a/mercurial/configitems.py	Sun Oct 08 21:02:02 2017 +0200
+++ b/mercurial/configitems.py	Sun Oct 08 20:39:51 2017 +0200
@@ -189,6 +189,10 @@
 coreconfigitem('debug', 'dirstate.delaywrite',
     default=0,
 )
+coreconfigitem('defaults', '.*',
+    default=None,
+    generic=True,
+)
 coreconfigitem('devel', 'all-warnings',
     default=False,
 )