mercurial/bundle2.py
changeset 33499 0407a51b9d8c
parent 33461 bb72031f0ea8
child 33541 b47fef6d2365
--- a/mercurial/bundle2.py	Tue Jul 11 08:52:55 2017 -0700
+++ b/mercurial/bundle2.py	Fri Jul 14 14:22:40 2017 -0700
@@ -1801,7 +1801,7 @@
     """add a stream of obsmarkers to the repo"""
     tr = op.gettransaction()
     markerdata = inpart.read()
-    if op.ui.config('experimental', 'obsmarkers-exchange-debug', False):
+    if op.ui.config('experimental', 'obsmarkers-exchange-debug'):
         op.ui.write(('obsmarker-exchange: %i bytes received\n')
                     % len(markerdata))
     # The mergemarkers call will crash if marker creation is not enabled.