Sun, 29 May 2022 15:17:27 +0200 |
Manuel Jacob |
py3: replace `pycompat.xrange` by `range`
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Thu, 23 Dec 2021 14:48:31 +0100 |
Raphaël Gomès |
revlog: remove deprecated APIs
|
Sun, 30 May 2021 17:11:21 +0200 |
Pierre-Yves David |
revlog: use entry in revlogv0.py
|
Sun, 30 May 2021 16:19:36 +0200 |
Pierre-Yves David |
revlog: move `offset_type` to `revlogutils`
|
Tue, 04 May 2021 14:16:26 +0200 |
Pierre-Yves David |
revlog: signal which revlog index are compatible with Rust
|
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 18:19:16 +0200 |
Pierre-Yves David |
revlog: add a "data compression mode" entry in the index tuple
|
Tue, 04 May 2021 01:15:03 +0200 |
Pierre-Yves David |
revlog: fix the `null_item` attribute for V0
|
Tue, 04 May 2021 01:13:53 +0200 |
Pierre-Yves David |
revlog: create a create `null_item` attribute for V0
|
Mon, 03 May 2021 12:21:15 +0200 |
Pierre-Yves David |
revlog: make the index always return the same tuple
|
Thu, 08 Apr 2021 00:34:16 +0200 |
Pierre-Yves David |
revlog: code for `revlogv0` in its own module
|