changeset 34524:99c5922b1641

configitems: register the 'devel.warn-config-default' config
author Boris Feld <boris.feld@octobus.net>
date Sun, 08 Oct 2017 21:36:26 +0200
parents 486dbd6afa57
children 100f0ddb029b
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,
 )