changeset 50541 | e6948aafda6f |
parent 50438 | b15b6e2c3309 |
child 50580 | 833a4e881a7a |
--- a/mercurial/localrepo.py Mon May 29 17:04:14 2023 +0100 +++ b/mercurial/localrepo.py Fri May 26 16:55:52 2023 +0200 @@ -349,7 +349,7 @@ return self._caps def clonebundles(self): - return self._repo.tryread(bundlecaches.CB_MANIFEST_FILE) + return bundlecaches.get_manifest(self._repo) def debugwireargs(self, one, two, three=None, four=None, five=None): """Used to test argument passing over the wire"""