mercurial/repository.py
changeset 37649 a168799687e5
parent 37635 cc8c06835097
child 37650 62ebfda864de
--- a/mercurial/repository.py	Fri Apr 13 11:37:37 2018 -0700
+++ b/mercurial/repository.py	Fri Apr 13 12:13:42 2018 -0700
@@ -101,6 +101,12 @@
         Returns a set of string capabilities.
         """
 
+    def clonebundles():
+        """Obtains the clone bundles manifest for the repo.
+
+        Returns the manifest as unparsed bytes.
+        """
+
     def debugwireargs(one, two, three=None, four=None, five=None):
         """Used to facilitate debugging of arguments passed over the wire."""