comparison mercurial/interfaces/repository.py @ 50699:2aaabd8f4471

clone-bundle: rename the methods and wireprotole command The current naming is very clone centric, since then, the url scheme was moved to a more generic wording to make room for other use-cases (e.g. pull bundles). We apply the same logic to the internal API and, very important prior to the release, to the wire protocol command.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 19 Jun 2023 11:04:27 +0200
parents 60f9602b413e
children 006aee5ffd35
comparison
equal deleted inserted replaced
50698:f1b57672cb94 50699: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():