mercurial/bundle2.py
branchstable
changeset 40416 14b6afc6cb28
parent 40399 4ab6e7b4fe8a
child 41768 aaad36b88298
--- a/mercurial/bundle2.py	Wed Oct 31 11:02:08 2018 +0100
+++ b/mercurial/bundle2.py	Wed Oct 31 15:27:06 2018 +0300
@@ -1691,8 +1691,8 @@
     includepats = kwargs.get(r'includepats')
     excludepats = kwargs.get(r'excludepats')
 
-    narrowstream = repo.ui.configbool('experimental.server',
-                                      'stream-narrow-clones')
+    narrowstream = repo.ui.configbool('experimental',
+                                      'server.stream-narrow-clones')
 
     if (includepats or excludepats) and not narrowstream:
         raise error.Abort(_('server does not support narrow stream clones'))