mercurial/wireproto.py
changeset 33219 ffb1d0f541f5
parent 32880 4c2a46f89f08
child 33220 40861b2254a5
--- a/mercurial/wireproto.py	Fri Jun 30 03:42:43 2017 +0200
+++ b/mercurial/wireproto.py	Fri Jun 30 03:44:06 2017 +0200
@@ -608,7 +608,7 @@
         if v is not None:
             return v
 
-    return ui.configbool('server', 'bundle1', True)
+    return ui.configbool('server', 'bundle1')
 
 def supportedcompengines(ui, proto, role):
     """Obtain the list of supported compression engines for a request."""