diff mercurial/configitems.py @ 33165:0224820688ac

config: register the 'devel.bundle2.debug' config Existing explicit default are dropped now that the default is centralised.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 28 Jun 2017 13:25:33 +0200
parents cb7140e230c8
children 12aaade1f617
line wrap: on
line diff
--- a/mercurial/configitems.py	Wed Jun 28 13:19:40 2017 +0200
+++ b/mercurial/configitems.py	Wed Jun 28 13:25:33 2017 +0200
@@ -59,6 +59,9 @@
 coreconfigitem('devel', 'all-warnings',
     default=False,
 )
+coreconfigitem('devel', 'bundle2.debug',
+    default=False,
+)
 coreconfigitem('patch', 'fuzz',
     default=2,
 )