mercurial/interfaces/repository.py
changeset 50696 2aaabd8f4471
parent 50663 60f9602b413e
child 51018 006aee5ffd35
equal deleted inserted replaced
50695:f1b57672cb94 50696:2aaabd8f4471
   174         """Obtain capabilities of the peer.
   174         """Obtain capabilities of the peer.
   175 
   175 
   176         Returns a set of string capabilities.
   176         Returns a set of string capabilities.
   177         """
   177         """
   178 
   178 
   179     def get_inline_clone_bundle(path):
   179     def get_cached_bundle_inline(path):
   180         """Retrieve clonebundle across the wire.
   180         """Retrieve a clonebundle across the wire.
   181 
   181 
   182         Returns a chunkbuffer
   182         Returns a chunkbuffer
   183         """
   183         """
   184 
   184 
   185     def clonebundles():
   185     def clonebundles():