clone-bundle: drop the now unused `inlineclonebundles` capabilities
We no longer us the capabilities as a side way to passe argument to the
`clonebundle commands`
--- 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)