configitems: register the 'devel.warn-config' config
authorBoris Feld <boris.feld@octobus.net>
Sun, 08 Oct 2017 21:41:10 +0200
changeset 34523 486dbd6afa57
parent 34522 bed1d2eaa108
child 34524 99c5922b1641
configitems: register the 'devel.warn-config' config
mercurial/configitems.py
--- a/mercurial/configitems.py	Sun Oct 08 21:48:40 2017 +0200
+++ b/mercurial/configitems.py	Sun Oct 08 21:41:10 2017 +0200
@@ -146,6 +146,9 @@
 coreconfigitem('devel', 'strip-obsmarkers',
     default=True,
 )
+coreconfigitem('devel', 'warn-config',
+    default=None,
+)
 coreconfigitem('diff', 'nodates',
     default=None,
 )