configitems: register the 'devel.warn-config-default' config
authorBoris Feld <boris.feld@octobus.net>
Sun, 08 Oct 2017 21:36:26 +0200
changeset 34524 99c5922b1641
parent 34523 486dbd6afa57
child 34525 100f0ddb029b
configitems: register the 'devel.warn-config-default' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Sun Oct 08 21:41:10 2017 +0200
+++ b/mercurial/configitems.py	Sun Oct 08 21:36:26 2017 +0200
@@ -149,6 +149,9 @@
 coreconfigitem('devel', 'warn-config',
     default=None,
 )
+coreconfigitem('devel', 'warn-config-default',
+    default=None,
+)
 coreconfigitem('diff', 'nodates',
     default=None,
 )