log mercurial/revlog.py @ 51845:cd72a88c5599 default tip

age author description
Wed, 21 Aug 2024 22:15:05 -0400 Matt Harbison typing: lock in new pytype gains from making revlog related classes typeable
Tue, 20 Aug 2024 00:07:05 -0400 Matt Harbison typing: add types to `revlog.revlogproblem`
Mon, 19 Aug 2024 22:46:09 -0400 Matt Harbison typing: make the revlog classes known to pytype
Wed, 21 Aug 2024 16:13:14 -0400 Matt Harbison typing: add type hints to the `opener` attributes and arguments of revlog
Tue, 23 Jul 2024 19:20:22 -0400 Matt Harbison typing: induce pytype to use the standard `attr` instead of the vendored copy
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
Wed, 10 Jul 2024 18:19:32 -0400 Matt Harbison typing: add a few type hints to `mercurial/revlog.py`
Wed, 03 Jul 2024 12:26:57 +0200 Pierre-Yves David mmap: only use mmap to read revlog index if it is safe stable
Wed, 12 Jun 2024 02:16:14 +0200 Pierre-Yves David inline-changelog: fix pending transaction visibility when splitting stable
Wed, 12 Jun 2024 02:15:20 +0200 Pierre-Yves David inline-changelog: fix a critical bug in write_pending that delete data stable
Fri, 23 Feb 2024 03:45:07 +0100 Pierre-Yves David rust: disable the RustIndex without persistent nodemap
Thu, 21 Dec 2023 17:38:04 +0000 Arseniy Alekseyev unbundle: faster computation of changed heads
Thu, 11 Jan 2024 16:41:54 +0100 Pierre-Yves David revlog: stop using `atomictmp` for the split revlog