mercurial/revlog.py
Fri, 20 May 2022 11:02:52 +0100 Pierre-Yves David revlog: finer computation of "issnapshot"
Mon, 15 Aug 2022 16:12:41 +0100 Arseniy Alekseyev revlog: make _partialmatch fail fast on almost-hex inputs
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
Mon, 30 May 2022 16:18:12 +0200 Manuel Jacob node: stop converting binascii.Error to TypeError in bin()
Mon, 30 May 2022 00:45:00 +0200 Manuel Jacob revlog: make try block smaller
Mon, 30 May 2022 00:39:53 +0200 Manuel Jacob revlog: make round-down pattern clearer
Thu, 19 May 2022 23:39:42 +0100 Pierre-Yves David deltas: add a `debug.revlog.debug-delta` config option enable output
Tue, 20 Jul 2021 15:07:10 +0200 Joerg Sonnenberger revlog: recommit 49fd21f32695 with a fix for issue6528
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Mon, 21 Feb 2022 11:12:26 -0700 Gregory Szorc revlog: remove pycompat.iteritems()
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 21 Feb 2022 16:18:39 +0100 pacien revlog: use rust rank computation if available
Mon, 21 Feb 2022 15:53:03 +0100 pacien revlog: return 0 for the fast_rank of nullrev
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`
less more (0) -1000 -300 -100 -60 tip