diff mercurial/store.py @ 52070:6641a3ae8313

manifest: drop the CamelCase name for `manifest.manifestlog` See 61557734c0ae for the reasoning.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 23 Oct 2024 16:39:12 -0400
parents 0ad269e24075
children ba9df4e6abb8
line wrap: on
line diff
--- a/mercurial/store.py	Wed Oct 23 16:36:50 2024 -0400
+++ b/mercurial/store.py	Wed Oct 23 16:39:12 2024 -0400
@@ -823,7 +823,7 @@
             concurrencychecker=concurrencychecker,
         )
 
-    def manifestlog(self, repo, storenarrowmatch) -> manifest.ManifestLog:
+    def manifestlog(self, repo, storenarrowmatch) -> manifest.manifestlog:
         rootstore = manifest.manifestrevlog(repo.nodeconstants, self.vfs)
         return manifest.manifestlog(self.vfs, repo, rootstore, storenarrowmatch)