mercurial/bundle2.py
changeset 39721 1b5880352314
parent 39700 b10d145837bc
child 39756 4a8bfec90ae6
--- a/mercurial/bundle2.py	Thu Sep 20 17:02:31 2018 +0800
+++ b/mercurial/bundle2.py	Mon Sep 17 16:52:34 2018 +0800
@@ -1532,7 +1532,7 @@
     if role == 'server':
         streamsupported = repo.ui.configbool('server', 'uncompressed',
                                              untrusted=True)
-        featuresupported = repo.ui.configbool('experimental', 'bundle2.stream')
+        featuresupported = repo.ui.configbool('server', 'bundle2.stream')
 
         if not streamsupported or not featuresupported:
             caps.pop('stream')