mercurial/interfaces/repository.py
changeset 50666 60f9602b413e
parent 50637 32837c7e2e4b
child 50699 2aaabd8f4471
--- a/mercurial/interfaces/repository.py	Wed May 31 18:08:56 2023 +0100
+++ b/mercurial/interfaces/repository.py	Wed Mar 08 14:23:43 2023 +0100
@@ -176,6 +176,12 @@
         Returns a set of string capabilities.
         """
 
+    def get_inline_clone_bundle(path):
+        """Retrieve clonebundle across the wire.
+
+        Returns a chunkbuffer
+        """
+
     def clonebundles():
         """Obtains the clone bundles manifest for the repo.