mercurial/configitems.py
changeset 40432 968dd7e02ac5
parent 40413 1ddd202c47d9
child 40460 4fe63b573791
--- a/mercurial/configitems.py	Tue Oct 09 23:26:35 2018 +0200
+++ b/mercurial/configitems.py	Wed Oct 10 00:21:02 2018 +0200
@@ -329,6 +329,9 @@
 coreconfigitem('devel', 'bundle2.debug',
     default=False,
 )
+coreconfigitem('devel', 'bundle.delta',
+    default='',
+)
 coreconfigitem('devel', 'cache-vfs',
     default=None,
 )