changeset 50683 | a41eeb877d07 |
parent 50539 | 7b723217d368 |
child 50696 | 2aaabd8f4471 |
--- a/mercurial/wireprotov1server.py Tue Jun 20 02:36:52 2023 +0200 +++ b/mercurial/wireprotov1server.py Sun Jun 18 00:09:39 2023 +0200 @@ -437,7 +437,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