author | Matt Harbison <matt_harbison@yahoo.com> |
Tue, 18 Feb 2025 23:27:19 -0500 | |
changeset 52992 | de36c56224e0 |
parent 52991 | d297d80319b3 |
child 52993 | 53e9e3dfafeb |
--- a/mercurial/manifest.py Tue Feb 18 23:25:45 2025 -0500 +++ b/mercurial/manifest.py Tue Feb 18 23:27:19 2025 -0500 @@ -2155,7 +2155,7 @@ return self._rootstore._revlog.update_caches(transaction=transaction) -class memmanifestctx: # (repository.imanifestrevisionwritable) +class memmanifestctx(repository.imanifestrevisionwritable): _manifestdict: manifestdict def __init__(self, manifestlog):