equal
deleted
inserted
replaced
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""" |