log mercurial/filelog.py @ 53040: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
Wed, 21 Aug 2024 22:15:05 -0400 Matt Harbison typing: lock in new pytype gains from making revlog related classes typeable
Mon, 19 Aug 2024 22:21:16 -0400 Matt Harbison typing: make the filelog class known to pytype
Thu, 18 Jul 2024 12:36:12 +0200 Rapha?l Gom?s black: format the codebase with 23.3.0
Tue, 23 Jul 2024 10:02:46 +0200 Rapha?l Gom?s Backout accidental publication of a large range of revisions
Thu, 18 Jul 2024 12:36:12 +0200 Rapha?l Gom?s black: format the codebase with 23.3.0
Tue, 26 Sep 2023 00:54:46 +0200 Pierre-Yves David revlog: drop the df argument to `rawdata`
Mon, 25 Sep 2023 22:52:01 +0200 Pierre-Yves David revlog: drop the df argument to `revision`
Sun, 28 May 2023 05:23:46 +0200 Pierre-Yves David revlog: add a `get_revlog` method
Mon, 20 Mar 2023 11:52:17 +0100 Pierre-Yves David revlog: improve the robustness of the splitting process stable