mercurial/localrepo.py
changeset 50666 60f9602b413e
parent 50586 58e58ea3dcb8
child 50673 5d84b1385f7f
equal deleted inserted replaced
50646:c814101560d9 50666:60f9602b413e
   346         return self._repo.branchmap()
   346         return self._repo.branchmap()
   347 
   347 
   348     def capabilities(self):
   348     def capabilities(self):
   349         return self._caps
   349         return self._caps
   350 
   350 
       
   351     def get_inline_clone_bundle(self, path):
       
   352         # not needed with local peer
       
   353         raise NotImplementedError
       
   354 
   351     def clonebundles(self):
   355     def clonebundles(self):
   352         return bundlecaches.get_manifest(self._repo)
   356         return bundlecaches.get_manifest(self._repo)
   353 
   357 
   354     def debugwireargs(self, one, two, three=None, four=None, five=None):
   358     def debugwireargs(self, one, two, three=None, four=None, five=None):
   355         """Used to test argument passing over the wire"""
   359         """Used to test argument passing over the wire"""