log mercurial/revlog.py @ 51700:7f0cb9ee0534

age author description
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
Thu, 11 Jan 2024 16:39:31 +0100 Pierre-Yves David changelog: drop the side_write argument to revlog splitting
Fri, 01 Dec 2023 22:56:08 +0100 Pierre-Yves David censor: accept multiple revision in a single call
Tue, 05 Dec 2023 14:50:05 +0100 Raphaël Gomès rust-index: add fast-path for getting a list of all heads as nodes
Sun, 29 Oct 2023 12:18:03 +0100 Georges Racinet on incendie.racinet.fr rust-index: renamed `MixedIndex` as `Index`
Sun, 29 Oct 2023 23:54:05 +0100 Georges Racinet rust-index: stop instantiating a C Index
Fri, 27 Oct 2023 23:29:29 +0200 Georges Racinet on incendie.racinet.fr revlog: always use a Rust index for REVLOGv1 if rustext is present