mercurial/sshpeer.py
changeset 50702 b11421f3daf9
parent 50675 60f9602b413e
child 50943 882687259181
--- a/mercurial/sshpeer.py	Mon Jun 19 15:49:35 2023 +0200
+++ b/mercurial/sshpeer.py	Mon Jun 19 15:48:03 2023 +0200
@@ -213,7 +213,7 @@
 
     Returns a list of capabilities that are supported by this client.
     """
-    protoparams = {b'partial-pull', b'inlineclonebundles'}
+    protoparams = {b'partial-pull'}
     comps = [
         e.wireprotosupport().name
         for e in util.compengines.supportedwireengines(util.CLIENTROLE)