log mercurial/filelog.py @ 52201:7dd466f13f9b stable tip

age author description
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
Sat, 03 Dec 2022 01:31:23 +0100 Pierre-Yves David changegroup: add `delta_base_reuse_policy` argument
Mon, 17 Oct 2022 22:19:43 +0200 Pierre-Yves David debug: add an option to display statistic about a unbundling operation