mercurial/wireprotov1server.py
changeset 50699 2aaabd8f4471
parent 50686 a41eeb877d07
child 50701 4238e6b22fc4
--- a/mercurial/wireprotov1server.py	Sun Jun 18 00:04:53 2023 +0200
+++ b/mercurial/wireprotov1server.py	Mon Jun 19 11:04:27 2023 +0200
@@ -265,8 +265,8 @@
     return wireprototypes.bytesresponse(b''.join(r))
 
 
-@wireprotocommand(b'get_inline_clone_bundle', b'path', permission=b'pull')
-def get_inline_clone_bundle(repo, proto, path):
+@wireprotocommand(b'get_cached_bundle_inline', b'path', permission=b'pull')
+def get_cached_bundle_inline(repo, proto, path):
     """
     Server command to send a clonebundle to the client
     """