mercurial/wireproto.py
changeset 24696 553dc2b094d9
parent 24686 e0e28e910fa3
child 24796 61ff209fc01d
--- a/mercurial/wireproto.py	Sat Feb 07 12:57:40 2015 -0500
+++ b/mercurial/wireproto.py	Fri Apr 10 15:41:33 2015 -0400
@@ -615,7 +615,7 @@
         # otherwise, add 'streamreqs' detailing our local revlog format
         else:
             caps.append('streamreqs=%s' % ','.join(requiredformats))
-    if repo.ui.configbool('experimental', 'bundle2-exp', False):
+    if repo.ui.configbool('experimental', 'bundle2-advertise', True):
         capsblob = bundle2.encodecaps(bundle2.getrepocaps(repo))
         caps.append('bundle2=' + urllib.quote(capsblob))
     caps.append('unbundle=%s' % ','.join(changegroupmod.bundlepriority))