mercurial/wireprotov1peer.py
changeset 50699 2aaabd8f4471
parent 50666 60f9602b413e
child 50701 4238e6b22fc4
--- a/mercurial/wireprotov1peer.py	Sun Jun 18 00:04:53 2023 +0200
+++ b/mercurial/wireprotov1peer.py	Mon Jun 19 11:04:27 2023 +0200
@@ -344,8 +344,8 @@
     def _finish_inline_clone_bundle(self, stream):
         pass  # allow override for httppeer
 
-    def get_inline_clone_bundle(self, path):
-        stream = self._callstream(b"get_inline_clone_bundle", path=path)
+    def get_cached_bundle_inline(self, path):
+        stream = self._callstream(b"get_cached_bundle_inline", path=path)
         length = util.uvarintdecodestream(stream)
 
         # SSH streams will block if reading more than length