Mercurial > public > mercurial-scm > hg-stable
changeset 52993:d297d80319b3
manifestrevlog: subclass the new `repository.imanifeststorage` Protocol class
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 18 Feb 2025 23:25:45 -0500 |
parents | e70f93318c26 |
children | de36c56224e0 |
files | mercurial/manifest.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/manifest.py Tue Dec 17 19:32:31 2024 -0500 +++ b/mercurial/manifest.py Tue Feb 18 23:25:45 2025 -0500 @@ -1672,7 +1672,7 @@ """Exception raised when fastdelta isn't usable on a manifest.""" -class manifestrevlog: # (repository.imanifeststorage) +class manifestrevlog(repository.imanifeststorage): """A revlog that stores manifest texts. This is responsible for caching the full-text manifest contents. """