diff -r 4238e6b22fc4 -r b11421f3daf9 mercurial/sshpeer.py --- 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)