changeset 52643 | 5cc8deb96b48 |
parent 52640 | 24ee91ba9aa8 |
child 52725 | 0f2268783c11 |
--- a/mercurial/statichttprepo.py Sun Jan 05 22:12:02 2025 -0500 +++ b/mercurial/statichttprepo.py Sun Jan 05 22:23:31 2025 -0500 @@ -241,7 +241,7 @@ self._dirstate = None def _restrictcapabilities(self, caps): - caps = super(statichttprepository, self)._restrictcapabilities(caps) + caps = super()._restrictcapabilities(caps) return caps.difference([b"pushkey"]) def url(self):