mercurial/localrepo.py
changeset 45785 80f32ec8653a
parent 45783 88a47cbf063c
child 45846 96ca817ec192
--- a/mercurial/localrepo.py	Thu Oct 15 15:57:36 2020 +0200
+++ b/mercurial/localrepo.py	Wed Oct 14 17:46:28 2020 +0200
@@ -31,6 +31,7 @@
     bookmarks,
     branchmap,
     bundle2,
+    bundlecaches,
     changegroup,
     color,
     commit,
@@ -299,7 +300,7 @@
         return self._caps
 
     def clonebundles(self):
-        return self._repo.tryread(b'clonebundles.manifest')
+        return self._repo.tryread(bundlecaches.CB_MANIFEST_FILE)
 
     def debugwireargs(self, one, two, three=None, four=None, five=None):
         """Used to test argument passing over the wire"""