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
|