log mercurial/filelog.py @ 53042:cdd7bf612c7b stable tip

age author description
Sun, 05 Jan 2025 22:23:31 -0500 Matt Harbison pyupgrade: modernize calls to superclass methods
Tue, 22 Oct 2024 23:36:48 -0400 Matt Harbison filelog: subclass the new `repository.ifilestorage` Protocol class
Tue, 22 Oct 2024 17:18:26 -0400 Matt Harbison revlog: subclass the new `repository.iverifyproblem` Protocol class
Wed, 23 Oct 2024 16:24:18 -0400 Matt Harbison filelog: drop the CamelCase name for `filelog.filelog`
Wed, 23 Oct 2024 16:22:21 -0400 Matt Harbison revlog: drop the CamelCase name for `revlog.revlogproblem`
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files