diff mercurial/wireproto.py @ 33220:40861b2254a5

configitems: register the 'server.bundle1gd' config
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 30 Jun 2017 03:44:07 +0200
parents ffb1d0f541f5
children d227451ee280
line wrap: on
line diff
--- 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