mercurial/wireprotov1server.py
changeset 50694 a41eeb877d07
parent 50371 7b723217d368
child 50699 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