changeset 52990 | e70f93318c26 |
parent 52989 | d7174b43f3e6 |
child 52991 | d297d80319b3 |
--- a/mercurial/manifest.py Tue Dec 17 19:29:08 2024 -0500 +++ b/mercurial/manifest.py Tue Dec 17 19:32:31 2024 -0500 @@ -850,7 +850,7 @@ _noop = lambda s: None -class treemanifest: # (repository.imanifestdict) +class treemanifest(repository.imanifestdict): _dir: bytes _dirs: Dict[bytes, treemanifest] _dirty: bool