mercurial/localrepo.py
changeset 37649 a168799687e5
parent 37646 72e26319f3b8
child 37650 62ebfda864de
equal deleted inserted replaced
37648:8f3c6fb55369 37649:a168799687e5
   232     def branchmap(self):
   232     def branchmap(self):
   233         return self._repo.branchmap()
   233         return self._repo.branchmap()
   234 
   234 
   235     def capabilities(self):
   235     def capabilities(self):
   236         return self._caps
   236         return self._caps
       
   237 
       
   238     def clonebundles(self):
       
   239         return self._repo.tryread('clonebundles.manifest')
   237 
   240 
   238     def debugwireargs(self, one, two, three=None, four=None, five=None):
   241     def debugwireargs(self, one, two, three=None, four=None, five=None):
   239         """Used to test argument passing over the wire"""
   242         """Used to test argument passing over the wire"""
   240         return "%s %s %s %s %s" % (one, two, pycompat.bytestr(three),
   243         return "%s %s %s %s %s" % (one, two, pycompat.bytestr(three),
   241                                    pycompat.bytestr(four),
   244                                    pycompat.bytestr(four),