diff mercurial/statichttprepo.py @ 52094: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 77a9c7d8a7ba
children 7346f93be7a4
line wrap: on
line diff
--- a/mercurial/statichttprepo.py	Wed Oct 23 16:36:50 2024 -0400
+++ b/mercurial/statichttprepo.py	Wed Oct 23 16:39:12 2024 -0400
@@ -169,7 +169,7 @@
 ):
     supported = localrepo.localrepository._basesupported
 
-    manifestlog: manifest.ManifestLog
+    manifestlog: manifest.manifestlog
 
     def __init__(self, ui, path):
         self._url = path