mercurial/wireprotov1server.py
branchstable
changeset 50542 7b723217d368
parent 48913 f254fc73d956
child 50686 a41eeb877d07
--- 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