diff -r f1b57672cb94 -r 2aaabd8f4471 mercurial/localrepo.py --- a/mercurial/localrepo.py Sun Jun 18 00:04:53 2023 +0200 +++ b/mercurial/localrepo.py Mon Jun 19 11:04:27 2023 +0200 @@ -348,7 +348,7 @@ def capabilities(self): return self._caps - def get_inline_clone_bundle(self, path): + def get_cached_bundle_inline(self, path): # not needed with local peer raise NotImplementedError