mercurial/wireproto.py
changeset 33220 40861b2254a5
parent 33219 ffb1d0f541f5
child 33223 d227451ee280
--- a/mercurial/wireproto.py	Fri Jun 30 03:44:06 2017 +0200
+++ b/mercurial/wireproto.py	Fri Jun 30 03:44:07 2017 +0200
@@ -604,7 +604,7 @@
         return v
 
     if gd:
-        v = ui.configbool('server', 'bundle1gd', None)
+        v = ui.configbool('server', 'bundle1gd')
         if v is not None:
             return v