diff -r 4675ab746a02 -r 6641a3ae8313 mercurial/statichttprepo.py --- a/mercurial/statichttprepo.py Wed Oct 23 16:36:50 2024 -0400 +++ b/mercurial/statichttprepo.py Wed Oct 23 16:39:12 2024 -0400 @@ -169,7 +169,7 @@ ): supported = localrepo.localrepository._basesupported - manifestlog: manifest.ManifestLog + manifestlog: manifest.manifestlog def __init__(self, ui, path): self._url = path