diff -r 73ab542565e0 -r 5cc8deb96b48 hgext/git/gitlog.py --- a/hgext/git/gitlog.py Sun Jan 05 22:12:02 2025 -0500 +++ b/hgext/git/gitlog.py Sun Jan 05 22:23:31 2025 -0500 @@ -580,7 +580,7 @@ class filelog(baselog, repository.ifilestorage): def __init__(self, gr, db, path): - super(filelog, self).__init__(gr, db) + super().__init__(gr, db) assert isinstance(path, bytes) self.path = path self.nullid = sha1nodeconstants.nullid