mercurial/localrepo.py
changeset 50663 60f9602b413e
parent 50583 58e58ea3dcb8
child 50670 5d84b1385f7f
--- a/mercurial/localrepo.py	Wed May 31 18:08:56 2023 +0100
+++ b/mercurial/localrepo.py	Wed Mar 08 14:23:43 2023 +0100
@@ -348,6 +348,10 @@
     def capabilities(self):
         return self._caps
 
+    def get_inline_clone_bundle(self, path):
+        # not needed with local peer
+        raise NotImplementedError
+
     def clonebundles(self):
         return bundlecaches.get_manifest(self._repo)