mercurial/localrepo.py
changeset 37649 a168799687e5
parent 37646 72e26319f3b8
child 37650 62ebfda864de
--- a/mercurial/localrepo.py	Fri Apr 13 11:37:37 2018 -0700
+++ b/mercurial/localrepo.py	Fri Apr 13 12:13:42 2018 -0700
@@ -235,6 +235,9 @@
     def capabilities(self):
         return self._caps
 
+    def clonebundles(self):
+        return self._repo.tryread('clonebundles.manifest')
+
     def debugwireargs(self, one, two, three=None, four=None, five=None):
         """Used to test argument passing over the wire"""
         return "%s %s %s %s %s" % (one, two, pycompat.bytestr(three),