mercurial/bundle2.py
changeset 33835 057d31ceace3
parent 33810 b3a41f4d837b
child 33882 8d75b9effa07
--- a/mercurial/bundle2.py	Tue Jul 18 02:05:19 2017 -0700
+++ b/mercurial/bundle2.py	Sat Aug 12 04:47:40 2017 +0530
@@ -1883,7 +1883,7 @@
 def bundle2getvars(op, part):
     '''unbundle a bundle2 containing shellvars on the server'''
     # An option to disable unbundling on server-side for security reasons
-    if op.ui.configbool('push', 'pushvars.server', False):
+    if op.ui.configbool('push', 'pushvars.server'):
         hookargs = {}
         for key, value in part.advisoryparams:
             key = key.upper()