log

age author description
Thu, 19 Oct 2023 03:33:59 +0200 Pierre-Yves David revlog: move the_revisioncache on the inner object
Thu, 19 Oct 2023 03:07:39 +0200 Pierre-Yves David revlog: move the `deltachain` method on the inner object
Thu, 19 Oct 2023 03:00:58 +0200 Pierre-Yves David revlog: move the `_chunks` method on the inner object
Wed, 25 Oct 2023 04:40:40 +0200 Pierre-Yves David revlog: add a couple more of useful method on the inner object
Thu, 19 Oct 2023 02:57:05 +0200 Pierre-Yves David revlog: move the `_chunk` method on the inner object
Wed, 25 Oct 2023 02:13:18 +0200 Pierre-Yves David revlog: move the compression/decompression logic on the inner object
Mon, 23 Oct 2023 14:27:07 +0200 Pierre-Yves David revlog: move the splitting-inline-revlog logic inside the inner object
Wed, 25 Oct 2023 01:02:47 +0200 Pierre-Yves David revlog: synchronise the various attribute holding the index filename
Thu, 19 Oct 2023 01:50:07 +0200 Pierre-Yves David revlog: drop reference to docket in the inline-splitting code
Tue, 24 Oct 2023 17:03:27 +0200 Pierre-Yves David revlog: move _getsegmentforrevs on the internal object
Tue, 17 Oct 2023 06:02:33 +0200 Pierre-Yves David revlog: create a iteration of a _InnerRevlog object within the revlog
Tue, 17 Oct 2023 05:17:02 +0200 Pierre-Yves David revlog: drop the unused `_chunkcache` attribute
Tue, 17 Oct 2023 04:54:22 +0200 Pierre-Yves David revlog: drop the unused `_sidedatareadfp` method
Fri, 13 Oct 2023 16:11:04 +0200 Pierre-Yves David revlog: also migrates `revlog.upperboundcomp` to ConfigClass
Fri, 13 Oct 2023 16:03:26 +0200 Pierre-Yves David revlog: small doc to the `files` method