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
|
Wed, 11 Oct 2023 02:19:00 +0200 |
Pierre-Yves David |
revlog: remove the `_indexfp` method
|
Sat, 14 Oct 2023 03:24:13 +0200 |
Pierre-Yves David |
revlog: avoid opening and closing the file for each cloned revision
|
Fri, 13 Oct 2023 23:21:46 +0200 |
Pierre-Yves David |
censor: accept censored revision during upgrade
|
Thu, 12 Oct 2023 17:41:06 +0100 |
Arseniy Alekseyev |
stream-clone: fix a crash when a repo with an empty revlog is cloned
stable
|
Tue, 10 Oct 2023 10:47:46 +0200 |
Pierre-Yves David |
revlog: deprecate the compatibility config property
|
Tue, 10 Oct 2023 11:36:55 +0200 |
Pierre-Yves David |
revlog: remove legacy usage of `_lazydelta`
|
Tue, 10 Oct 2023 11:36:34 +0200 |
Pierre-Yves David |
revlog: remove legacy usage of `canonical_parent_order`
|
Tue, 10 Oct 2023 11:36:23 +0200 |
Pierre-Yves David |
revlog: remove legacy usage of `_compute_rank`
|
Tue, 10 Oct 2023 11:29:19 +0200 |
Pierre-Yves David |
revlog: remove legacy usage of `hassidedata`
|
Tue, 10 Oct 2023 11:27:39 +0200 |
Pierre-Yves David |
revlog: remove legacy usage of `_sparserevlog`
|
Tue, 10 Oct 2023 11:24:37 +0200 |
Pierre-Yves David |
revlog: remove legacy usage of `_withsparseread`
|
Tue, 10 Oct 2023 11:13:24 +0200 |
Pierre-Yves David |
revlog: remove legacy usage of `_compengineopts`
|
Tue, 10 Oct 2023 11:12:06 +0200 |
Pierre-Yves David |
revlog: remove legacy usage of `_compengine`
|
Wed, 11 Oct 2023 00:04:08 +0200 |
Pierre-Yves David |
revlog: remove legacy usage of `_debug_delta`
|
Tue, 10 Oct 2023 11:04:40 +0200 |
Pierre-Yves David |
revlog: remove legacy usage of `_chunkcachesize`
|
Tue, 10 Oct 2023 11:04:07 +0200 |
Pierre-Yves David |
revlog: remove legacy usage of `_censorable`
|
Tue, 10 Oct 2023 11:02:24 +0200 |
Pierre-Yves David |
revlog: remove legacy usage of `_mmaplargeindex`
|
Tue, 10 Oct 2023 11:02:00 +0200 |
Pierre-Yves David |
revlog: remove legacy usage of `_checkambig`
|
Tue, 10 Oct 2023 10:56:42 +0200 |
Pierre-Yves David |
revlog: remove legacy usage of `_generaldelta`
|
Tue, 10 Oct 2023 10:04:06 +0200 |
Pierre-Yves David |
revlog: skip opener options to pass sparse reading values
|
Tue, 10 Oct 2023 10:03:58 +0200 |
Pierre-Yves David |
revlog: skip opener options to pass sparse_revlog value
|
Tue, 10 Oct 2023 10:03:50 +0200 |
Pierre-Yves David |
revlog: skip opener options to pass mmap_index_threshold value
|
Tue, 10 Oct 2023 10:03:42 +0200 |
Pierre-Yves David |
revlog: skip opener options to pass enable_ellipsis
|
Tue, 10 Oct 2023 10:03:34 +0200 |
Pierre-Yves David |
revlog: skip opener options to pass compression option values
|
Tue, 10 Oct 2023 10:03:26 +0200 |
Pierre-Yves David |
revlog: skip opener options to pass compression_engine value
|
Tue, 10 Oct 2023 10:03:18 +0200 |
Pierre-Yves David |
revlog: skip opener options to pass max_chain_len
|
Tue, 10 Oct 2023 10:03:09 +0200 |
Pierre-Yves David |
revlog: skip opener options to pass max_deltachain_span
|
Tue, 10 Oct 2023 10:03:01 +0200 |
Pierre-Yves David |
revlog: skip opener options to pass lazy_delta values
|
Tue, 10 Oct 2023 10:02:53 +0200 |
Pierre-Yves David |
revlog: skip opener options to pass debug_delta value
|
Tue, 10 Oct 2023 10:02:45 +0200 |
Pierre-Yves David |
revlog: skip opener options to pass candidate_group_chunk_size value
|
Tue, 10 Oct 2023 10:02:37 +0200 |
Pierre-Yves David |
revlog: skip opener option to pass delta_both_parents value
|
Tue, 10 Oct 2023 10:02:29 +0200 |
Pierre-Yves David |
revlog: skip opener option to pass chunk_cache_size value
|
Tue, 10 Oct 2023 10:02:21 +0200 |
Pierre-Yves David |
revlog: create the revlog object at the repository level
|
Tue, 10 Oct 2023 10:02:13 +0200 |
Pierre-Yves David |
revlog: overwrite revlog config through copy of the config object
|
Tue, 10 Oct 2023 10:02:05 +0200 |
Pierre-Yves David |
revlog: move configuration attribute into dedicated object
|
Tue, 26 Sep 2023 02:54:50 +0200 |
Pierre-Yves David |
revlog: drop more file description passing between private function
|
Tue, 26 Sep 2023 02:49:18 +0200 |
Pierre-Yves David |
revlog: use a `reading` context in `_enforceinlinesize`
|
Tue, 26 Sep 2023 00:55:49 +0200 |
Pierre-Yves David |
revlog: drop the df argument to `sidedata`
|
Tue, 26 Sep 2023 00:54:46 +0200 |
Pierre-Yves David |
revlog: drop the df argument to `rawdata`
|
Mon, 25 Sep 2023 22:52:01 +0200 |
Pierre-Yves David |
revlog: drop the df argument to `revision`
|
Mon, 25 Sep 2023 22:51:57 +0200 |
Pierre-Yves David |
delta-computer: stop explicitly taking file handle
|
Mon, 25 Sep 2023 17:18:40 +0200 |
Pierre-Yves David |
stream-clone: use `revlog.reading` in `revlog.get_streams`
|
Mon, 25 Sep 2023 16:36:17 +0200 |
Pierre-Yves David |
repo-upgrade: keep the revlog open while cloning
|
Mon, 25 Sep 2023 12:07:25 +0200 |
Pierre-Yves David |
revlog: make `reading` not crash on empty repository
|
Tue, 19 Sep 2023 23:14:36 +0200 |
Pierre-Yves David |
revlog: document the `rev` method
|
Tue, 19 Sep 2023 23:14:01 +0200 |
Pierre-Yves David |
revlog: document the `clearcaches` method
|
Tue, 19 Sep 2023 23:13:16 +0200 |
Pierre-Yves David |
revlog: document the `update_caches` method
|
Tue, 19 Sep 2023 23:10:05 +0200 |
Pierre-Yves David |
revlog: make the `candelta` method private
|
Tue, 19 Sep 2023 23:09:29 +0200 |
Pierre-Yves David |
revlog: document the `get_streams` method
|
Tue, 19 Sep 2023 22:52:54 +0200 |
Pierre-Yves David |
revlog: document the `is_inline_index` method
|
Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|
Fri, 21 Jul 2023 15:50:56 +0200 |
Pierre-Yves David |
revlog: fix the naming scheme use by split temporary file
stable
|
Sun, 18 Jun 2023 00:09:39 +0200 |
Pierre-Yves David |
branching: merge with stable
|
Wed, 31 May 2023 10:37:55 +0100 |
Arseniy Alekseyev |
stream-clone: avoid opening a revlog in case we do not need it
|
Thu, 08 Jun 2023 14:28:21 +0200 |
Pierre-Yves David |
revlog: avoid possible collision between directory and temporary index
stable
|
Thu, 08 Jun 2023 11:08:19 +0200 |
Pierre-Yves David |
revlog: move the computation of the split_index path in a property
stable
|
Mon, 29 May 2023 18:41:58 +0200 |
Pierre-Yves David |
stream-clone: smoothly detect and handle a case were a revlog is split
|
Mon, 29 May 2023 14:07:58 +0200 |
Pierre-Yves David |
stream-clone: implement decidated `get_streams` method for revlog
|
Sun, 28 May 2023 05:23:46 +0200 |
Pierre-Yves David |
revlog: add a `get_revlog` method
|
Thu, 02 Feb 2023 17:34:25 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
Mon, 15 May 2023 08:56:08 +0200 |
Pierre-Yves David |
store: no longer explicitly mark the splitted index as ignored
|
Tue, 18 Apr 2023 01:23:27 +0200 |
Pierre-Yves David |
revlog-split: make sure the self._indexfile attribut is reset (issue6811)
stable 6.4.2
|
Mon, 20 Mar 2023 11:52:17 +0100 |
Pierre-Yves David |
revlog: improve the robustness of the splitting process
stable
|
Thu, 22 Dec 2022 16:57:56 +0000 |
Arseniy Alekseyev |
revlog: fix misleading comment about _maxinline
|
Sat, 03 Dec 2022 01:31:23 +0100 |
Pierre-Yves David |
changegroup: add `delta_base_reuse_policy` argument
|
Mon, 07 Nov 2022 22:12:59 -0500 |
Pierre-Yves David |
find-delta: pass the cache-delta usage policy alongside the cache-delta
|
Tue, 22 Nov 2022 12:44:22 +0100 |
Pierre-Yves David |
changelog-v2: add a configuration to disable rank computation
|
Sun, 06 Nov 2022 14:47:17 -0500 |
Pierre-Yves David |
delta-find: add a way to control the number of bases tested at the same time
|
Mon, 17 Oct 2022 22:19:43 +0200 |
Pierre-Yves David |
debug: add an option to display statistic about a unbundling operation
|
Tue, 15 Nov 2022 16:25:23 +0100 |
Pierre-Yves David |
debug: add an option to display statistic about a bundling operation
|
Wed, 19 Oct 2022 11:50:40 -0400 |
Matt Harbison |
revlog: use the user facing filename as the display_id for filelogs
|
Wed, 19 Oct 2022 11:24:20 -0400 |
Matt Harbison |
revlog: drop an unused variable assignment
|
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
|