changeset 50696 | 2aaabd8f4471 |
parent 50663 | 60f9602b413e |
child 51018 | 006aee5ffd35 |
--- a/mercurial/interfaces/repository.py Sun Jun 18 00:04:53 2023 +0200 +++ b/mercurial/interfaces/repository.py Mon Jun 19 11:04:27 2023 +0200 @@ -176,8 +176,8 @@ Returns a set of string capabilities. """ - def get_inline_clone_bundle(path): - """Retrieve clonebundle across the wire. + def get_cached_bundle_inline(path): + """Retrieve a clonebundle across the wire. Returns a chunkbuffer """