diff mercurial/unionrepo.py @ 52093:4675ab746a02

manifest: drop the CamelCase name for `manifest.manifestrevlog` See 61557734c0ae for the reasoning.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 23 Oct 2024 16:36:50 -0400
parents 8315175f678d
children 5cc8deb96b48
line wrap: on
line diff
--- a/mercurial/unionrepo.py	Wed Oct 23 16:32:34 2024 -0400
+++ b/mercurial/unionrepo.py	Wed Oct 23 16:36:50 2024 -0400
@@ -213,7 +213,7 @@
 
 class unionmanifest(unionrevlog, manifest.manifestrevlog):
     repotiprev: int
-    revlog2: manifest.ManifestRevlog
+    revlog2: manifest.manifestrevlog
 
     def __init__(self, nodeconstants, opener, opener2, linkmapper):
         # XXX manifestrevlog is not actually a revlog , so mixing it with