Mercurial > public > mercurial-scm > hg-stable
diff mercurial/wireprotov1server.py @ 50694:a41eeb877d07
branching: merge with stable
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 18 Jun 2023 00:09:39 +0200 |
parents | 7b723217d368 |
children | 2aaabd8f4471 |
line wrap: on
line diff
--- 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