mercurial/revlog.py
Mon, 07 Feb 2022 13:23:58 +0100 pacien revlog: register changelogv2 C implementation in parsers
Fri, 28 Jan 2022 11:54:44 +0100 pacien rank: compute property incrementally
Fri, 28 Jan 2022 11:33:01 +0100 Pierre-Yves David rank: naive rank property computation and retrieval
Wed, 02 Feb 2022 17:24:05 +0100 Raphaël Gomès branching: merge stable into default
Thu, 20 Jan 2022 14:06:36 +0000 Arseniy Alekseyev revlog: fix a bug where transaction can be aborted partially stable
Thu, 23 Dec 2021 14:48:31 +0100 Raphaël Gomès revlog: remove deprecated APIs
Sat, 23 Oct 2021 16:04:05 -0400 Matt Harbison typing: add a few assertions to revlog.py to help pytype
Mon, 02 Aug 2021 16:21:54 +0200 Raphaël Gomès pytype: add assertions to explain revlogv2 invariants to Pytype stable
Wed, 21 Jul 2021 22:52:09 +0200 Pierre-Yves David branching: merge default into stable stable 5.9rc0
Tue, 06 Jul 2021 16:12:09 +0200 Pierre-Yves David corruption: backout changeset 49fd21f32695 (issue6528) stable 5.8.1
Tue, 22 Jun 2021 11:09:25 +0200 Pierre-Yves David revlog: rewrite `censors.py` to `rewrite.py`
Thu, 17 Jun 2021 19:48:25 +0200 Simon Sapin copies: Keep changelog sidedata file open during copy tracing
Mon, 07 Jun 2021 11:59:27 +0200 Pierre-Yves David censor: implement censoring for revlogv2
Wed, 09 Jun 2021 19:47:29 +0200 Pierre-Yves David revlog: list older-but-still-around file in `files`
Mon, 21 Jun 2021 15:00:53 +0200 Pierre-Yves David revlog: factor the logic to determine the delta compression out
Wed, 09 Jun 2021 12:19:42 +0200 Pierre-Yves David revlogv2: fix `hg verify` with revlog v2
Tue, 15 Jun 2021 12:34:14 +0200 Simon Sapin revlog: use file read caching for sidedata
Tue, 08 Jun 2021 19:55:00 +0200 Simon Sapin revlog: Extract low-level random-access file read caching logic
Sat, 12 Jun 2021 00:51:34 -0400 Matt Harbison revlog: byteify a few error strings
Sat, 12 Jun 2021 00:50:03 -0400 Matt Harbison revlog: fix a typo closing the wrong file
Sun, 30 May 2021 18:09:29 +0200 Pierre-Yves David revlog: allow to pass an existing docket to `_loadindex()`
Sun, 30 May 2021 16:20:36 +0200 Pierre-Yves David revlog: move `revisioninfo` in `revlogutils`
Sun, 30 May 2021 17:11:10 +0200 Pierre-Yves David revlog: use the new `entry` function in revlog.py
Sun, 30 May 2021 16:19:36 +0200 Pierre-Yves David revlog: move `offset_type` to `revlogutils`
Sat, 22 May 2021 00:06:22 +0200 Pierre-Yves David revlog: move entry documentation alongside new related constants
Sat, 29 May 2021 00:11:56 +0200 Pierre-Yves David revlog: move censoring code in a dedicated module
Fri, 28 May 2021 23:41:17 +0200 Pierre-Yves David revlog: store sidedata in their own file
Thu, 27 May 2021 04:09:30 +0200 Pierre-Yves David revlog: use dedicated code for reading sidedata
Thu, 27 May 2021 04:09:10 +0200 Pierre-Yves David revlog: simplify "partial read" error message
Thu, 27 May 2021 03:41:02 +0200 Pierre-Yves David revlog: no longer return sidedata from `_revisiondata`
Thu, 27 May 2021 03:28:15 +0200 Pierre-Yves David revlog: use `self.sidedata` directly in `revlog.clone`
Thu, 27 May 2021 03:21:53 +0200 Pierre-Yves David revlog: implement sidedata without using _revisiondata
Wed, 26 May 2021 21:46:45 +0200 Pierre-Yves David revlog: close the index file handle after the data one
Wed, 26 May 2021 21:35:51 +0200 Pierre-Yves David revlog: simplify the try nesting in the `_writing` context
Wed, 19 May 2021 16:55:36 +0200 Pierre-Yves David revlogv2: use a unique filename for data
Tue, 18 May 2021 19:33:09 -0700 Martin von Zweigbergk revlog: avoid raising no-arg RevlogError for internal flow control
Wed, 19 May 2021 13:46:19 +0200 Joerg Sonnenberger revlog: update data file record before index rename
Tue, 18 May 2021 02:35:27 +0200 Joerg Sonnenberger revlog: fix index computation during inline->non-inline transition
Tue, 04 May 2021 11:20:10 +0200 Pierre-Yves David changelogv2: use a dedicated on disk format for changelogv2
Tue, 04 May 2021 14:18:06 +0200 Pierre-Yves David revlog: do not call Rust code if the index is not compatible with it
Mon, 29 Mar 2021 20:46:56 +0200 Pierre-Yves David changelogv2: use a dedicated version number
Mon, 29 Mar 2021 22:40:54 +0200 Pierre-Yves David changelogv2: introduce a "changelogv2" feature
Tue, 04 May 2021 02:55:56 +0200 Pierre-Yves David revlogv2: no longer attempt to use inline for new revlog
Mon, 03 May 2021 23:40:05 +0200 Pierre-Yves David revlog: compress sidedata when doing "post-pull" sidedata update
Mon, 03 May 2021 23:14:48 +0200 Pierre-Yves David revlog: compress sidedata in `_writeentry`
Mon, 03 May 2021 22:48:31 +0200 Pierre-Yves David revlog: apply compression mode while reading sidedata
Mon, 03 May 2021 21:34:02 +0200 Pierre-Yves David revlog: introduce a compression mode for sidedata in the revlog index
Mon, 03 May 2021 21:13:24 +0200 Pierre-Yves David revlog: implement a "default compression" mode
Mon, 03 May 2021 21:04:55 +0200 Pierre-Yves David revlog: add a `_get_decompressor` method
Mon, 03 May 2021 19:46:25 +0200 Pierre-Yves David revlog: introduce a plain compression mode
Mon, 03 May 2021 20:22:34 +0200 Pierre-Yves David revlog: use an intermediate variable for `data` in `_chunk`
Mon, 03 May 2021 18:19:16 +0200 Pierre-Yves David revlog: add a "data compression mode" entry in the index tuple
Mon, 03 May 2021 16:52:38 +0200 Pierre-Yves David revlog: improve documentation of the entry tuple
Mon, 03 May 2021 23:45:05 +0200 Pierre-Yves David revlog: simplify entry update logic in `rewrite_sidedata`
Mon, 03 May 2021 12:35:35 +0200 Pierre-Yves David revlogv2: also keep track for the size of the "data" file
Mon, 03 May 2021 12:35:25 +0200 Pierre-Yves David revlogv2: track pending write in the docket and expose it to hooks
Mon, 03 May 2021 12:35:14 +0200 Pierre-Yves David revlog: move the `trypending` logic from the `changelog` to the `revlog`
Mon, 03 May 2021 12:35:02 +0200 Pierre-Yves David revlogv2: delay the update of the changelog docket to transaction end
Mon, 03 May 2021 12:34:52 +0200 Pierre-Yves David revlogv2: track current index size in the docket
Mon, 03 May 2021 12:34:21 +0200 Pierre-Yves David revlogv2: store version information in the docket only
less more (0) -1000 -300 -100 -60 tip