equal
deleted
inserted
replaced
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(): |