mercurial/manifest.py
changeset 52495 6412dcec52d3
parent 52484 d371efa7c358
child 52640 24ee91ba9aa8
--- a/mercurial/manifest.py	Wed Dec 11 02:02:34 2024 -0500
+++ b/mercurial/manifest.py	Wed Oct 23 15:58:32 2024 -0400
@@ -508,7 +508,7 @@
     _lazymanifest = _LazyManifest
 
 
-class manifestdict:  # (repository.imanifestdict)
+class manifestdict(repository.imanifestdict):
     def __init__(self, nodelen: int, data: ByteString = b''):
         self._nodelen = nodelen
         self._lm = _lazymanifest(nodelen, data)