diff -r ef7f943ebabf -r 7b723217d368 mercurial/wireprotov1server.py --- a/mercurial/wireprotov1server.py Thu Apr 20 10:48:12 2023 +0200 +++ b/mercurial/wireprotov1server.py Thu Apr 20 11:23:45 2023 +0200 @@ -380,7 +380,7 @@ if not manifest: return None res = bundlecaches.parseclonebundlesmanifest(repo, manifest) - res = bundlecaches.filterclonebundleentries(repo, res) + res = bundlecaches.filterclonebundleentries(repo, res, pullbundles=True) if not res: return None cl = repo.unfiltered().changelog