mercurial/sshpeer.py
changeset 50666 60f9602b413e
parent 50420 45c7bada5200
child 50702 b11421f3daf9
--- a/mercurial/sshpeer.py	Wed May 31 18:08:56 2023 +0100
+++ b/mercurial/sshpeer.py	Wed Mar 08 14:23:43 2023 +0100
@@ -213,7 +213,7 @@
 
     Returns a list of capabilities that are supported by this client.
     """
-    protoparams = {b'partial-pull'}
+    protoparams = {b'partial-pull', b'inlineclonebundles'}
     comps = [
         e.wireprotosupport().name
         for e in util.compengines.supportedwireengines(util.CLIENTROLE)