mercurial/manifest.py
changeset 52484 d371efa7c358
parent 52481 22f97aa5e8b2
child 52495 6412dcec52d3
--- a/mercurial/manifest.py	Tue Dec 10 21:59:26 2024 -0500
+++ b/mercurial/manifest.py	Tue Oct 22 22:56:10 2024 -0400
@@ -2055,7 +2055,7 @@
 AnyManifestDict = Union[manifestdict, treemanifest]
 
 
-class manifestlog:  # (repository.imanifestlog)
+class manifestlog(repository.imanifestlog):
     """A collection class representing the collection of manifest snapshots
     referenced by commits in the repository.