Thu, 21 Dec 2023 01:45:43 +0100 |
Pierre-Yves David |
persistent-nodemap: respect the mmap setting when refreshing data
stable
|
file |
diff |
annotate
|
Thu, 07 Dec 2023 03:49:48 +0100 |
Pierre-Yves David |
persistent-nodemap: avoid writing nodemap for empty revlog
stable
|
file |
diff |
annotate
|
Thu, 31 Aug 2023 23:56:15 +0200 |
Pierre-Yves David |
safehasattr: drop usage in favor of hasattr
|
file |
diff |
annotate
|
Thu, 18 May 2023 19:37:12 +0100 |
Arseniy Alekseyev |
cli: fix spelling in `debugnodemap` error messages
|
file |
diff |
annotate
|
Tue, 31 May 2022 22:50:01 +0200 |
Manuel Jacob |
py3: catch FileNotFoundError instead of checking errno == ENOENT
|
file |
diff |
annotate
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
file |
diff |
annotate
|
Thu, 27 Jan 2022 22:24:11 +0100 |
Pierre-Yves David |
stream-clone: allow to change persistent-nodemap format during stream clone
|
file |
diff |
annotate
|
Thu, 27 Jan 2022 17:04:40 +0100 |
Pierre-Yves David |
persistent-nodemap: properly delete all nodemap files on downgrade
|
file |
diff |
annotate
|
Thu, 25 Nov 2021 18:26:50 +0100 |
Raphaël Gomès |
downgrade: don't assume existence of nodemap files when downgrading
stable
|
file |
diff |
annotate
|
Tue, 21 Sep 2021 21:18:50 +0200 |
Pierre-Yves David |
persistent-nodemap: introduce a test to highlight possible race
stable
|
file |
diff |
annotate
|
Thu, 10 Jun 2021 00:16:54 +0200 |
Pierre-Yves David |
nodemap: fix some comment formatting
|
file |
diff |
annotate
|
Wed, 19 May 2021 19:57:55 +0200 |
Pierre-Yves David |
docket: move the uid logic in the `revlogutils.docket` module
|
file |
diff |
annotate
|
Wed, 19 May 2021 17:12:06 +0200 |
Pierre-Yves David |
persistent-nodemap: use the intended uuid size
|
file |
diff |
annotate
|
Wed, 19 May 2021 17:19:46 +0200 |
Pierre-Yves David |
persistent-nodemap: add a way to make the picked uid predictable
|
file |
diff |
annotate
|
Mon, 03 May 2021 12:35:14 +0200 |
Pierre-Yves David |
revlog: move the `trypending` logic from the `changelog` to the `revlog`
|
file |
diff |
annotate
|
Mon, 03 May 2021 12:25:01 +0200 |
Pierre-Yves David |
revlog: rename `nodemap_file` to `_nodemap_file`
|
file |
diff |
annotate
|
Mon, 03 May 2021 12:22:57 +0200 |
Pierre-Yves David |
revlog: also use radix when computing nodemap data file
|
file |
diff |
annotate
|
Mon, 03 May 2021 12:22:47 +0200 |
Pierre-Yves David |
revlog: stop usage of `_indexfile` to computing nodemap path
|
file |
diff |
annotate
|
Mon, 03 May 2021 12:22:16 +0200 |
Pierre-Yves David |
revlog: rename `indexfile` to `_indexfile`
|
file |
diff |
annotate
|
Fri, 30 Apr 2021 16:13:02 -0700 |
Kyle Lippincott |
black: make codebase compatible with black v21.4b2 and v20.8b1
stable
|
file |
diff |
annotate
|
Fri, 16 Apr 2021 15:39:00 +0200 |
Pierre-Yves David |
nodemap: deal with data mmap error
|
file |
diff |
annotate
|
Thu, 18 Mar 2021 18:24:59 -0400 |
Matt Harbison |
merge with stable
|
file |
diff |
annotate
|
Thu, 11 Mar 2021 17:05:37 -0500 |
Matt Harbison |
nodemap: convert error message to bytes
stable
|
file |
diff |
annotate
|
Wed, 10 Feb 2021 17:08:34 +0530 |
Pulkit Goyal |
upgrade: speed up when we have only nodemap to downgrade
|
file |
diff |
annotate
|
Mon, 01 Feb 2021 00:02:00 +0530 |
Pulkit Goyal |
upgrade: implement partial upgrade for upgrading persistent-nodemap
|
file |
diff |
annotate
|
Sun, 31 Jan 2021 23:40:57 +0530 |
Pulkit Goyal |
nodemap: fix a typo in error message
|
file |
diff |
annotate
|
Sun, 31 Jan 2021 23:38:31 +0530 |
Pulkit Goyal |
revlog: refactor logic to compute nodemap file in separate function
|
file |
diff |
annotate
|
Sun, 31 Jan 2021 23:34:59 +0530 |
Pulkit Goyal |
nodemap: make `_persist_nodemap` a public function
|
file |
diff |
annotate
|
Sun, 17 Jan 2021 19:22:30 +0100 |
Pierre-Yves David |
persistent-nodemap: catch the right exception on python
|
file |
diff |
annotate
|
Wed, 13 Jan 2021 23:50:03 +0100 |
Pierre-Yves David |
persistent-nodemap: drop the storage.revlog.nodemap.mode config
|
file |
diff |
annotate
|
Thu, 07 Jan 2021 11:51:18 +0100 |
Joerg Sonnenberger |
nodemap: match comment to actual code
|
file |
diff |
annotate
|
Tue, 01 Dec 2020 21:54:46 +0100 |
Joerg Sonnenberger |
node: import symbols explicitly
|
file |
diff |
annotate
|
Mon, 07 Dec 2020 18:06:53 +0100 |
Simon Sapin |
persistent-nodemap: properly ignore non-existent `.nd` data file
|
file |
diff |
annotate
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
file |
diff |
annotate
|
Tue, 14 Apr 2020 03:27:04 +0200 |
Pierre-Yves David |
nodemap: drop the 'exp-' prefix for internal opener option
|
file |
diff |
annotate
|
Tue, 14 Apr 2020 03:05:54 +0200 |
Pierre-Yves David |
nodemap: move on disk file to version 1
|
file |
diff |
annotate
|
Tue, 14 Apr 2020 03:01:52 +0200 |
Pierre-Yves David |
nodemap: add a new mode value, "strict"
|
file |
diff |
annotate
|
Tue, 14 Apr 2020 02:45:05 +0200 |
Pierre-Yves David |
nodemap: add a new mode option, with an optional "warn" value
|
file |
diff |
annotate
|
Mon, 13 Apr 2020 18:04:55 +0200 |
Pierre-Yves David |
nodemap: skip persistent nodemap warming for revlog not using it
stable
|
file |
diff |
annotate
|
Tue, 14 Apr 2020 16:09:38 +0200 |
Pierre-Yves David |
nodemap: access the mmap opener option using bytes
|
file |
diff |
annotate
|
Tue, 14 Apr 2020 04:17:57 +0200 |
Pierre-Yves David |
nodemap: rename a variable to prevent shawoding "_"
|
file |
diff |
annotate
|
Thu, 26 Mar 2020 11:55:06 +0100 |
Pierre-Yves David |
nodemap: automatically "vacuum" the persistent nodemap when too sparse
|
file |
diff |
annotate
|
Fri, 28 Feb 2020 03:18:57 +0100 |
Pierre-Yves David |
nodemap: display percentage of unused in `hg debugnodemap`
|
file |
diff |
annotate
|
Fri, 28 Feb 2020 03:05:52 +0100 |
Pierre-Yves David |
nodemap: make sure on disk change get rolled back with the transaction
|
file |
diff |
annotate
|
Fri, 28 Feb 2020 00:31:14 +0100 |
Pierre-Yves David |
nodemap: make sure the nodemap docket is updated after the changelog
|
file |
diff |
annotate
|
Fri, 28 Feb 2020 00:29:18 +0100 |
Pierre-Yves David |
nodemap: make sure hooks have access to an up-to-date version
|
file |
diff |
annotate
|
Thu, 27 Feb 2020 16:32:43 +0100 |
Pierre-Yves David |
nodemap: track the tip_node for validation
|
file |
diff |
annotate
|
Thu, 27 Feb 2020 22:34:45 +0100 |
Pierre-Yves David |
nodemap: deal with the "debugupdatecache" case using a "fake" transaction
|
file |
diff |
annotate
|
Thu, 27 Feb 2020 16:09:17 +0100 |
Pierre-Yves David |
nodemap: document the docket attributes
|
file |
diff |
annotate
|
Fri, 06 Mar 2020 13:54:35 -0500 |
Augie Fackler |
nodemap: fix missing r-prefix on regular expression
|
file |
diff |
annotate
|
Tue, 18 Feb 2020 19:11:13 +0100 |
Pierre-Yves David |
nodemap: warm the persistent nodemap on disk with debugupdatecache
|
file |
diff |
annotate
|
Tue, 11 Feb 2020 11:18:52 +0100 |
Pierre-Yves David |
nodemap: introduce an option to use mmap to read the nodemap mapping
|
file |
diff |
annotate
|
Wed, 15 Jan 2020 15:51:01 +0100 |
Pierre-Yves David |
nodemap: update the index with the newly written data (when appropriate)
|
file |
diff |
annotate
|
Wed, 15 Jan 2020 15:50:52 +0100 |
Pierre-Yves David |
nodemap: never read more than the expected data amount
|
file |
diff |
annotate
|
Wed, 15 Jan 2020 15:50:43 +0100 |
Pierre-Yves David |
nodemap: write new data from the expected current data length
|
file |
diff |
annotate
|
Wed, 15 Jan 2020 15:50:33 +0100 |
Pierre-Yves David |
nodemap: double check the source docket when doing incremental update
|
file |
diff |
annotate
|
Wed, 15 Jan 2020 15:50:24 +0100 |
Pierre-Yves David |
nodemap: track the total and unused amount of data in the rawdata file
|
file |
diff |
annotate
|
Wed, 15 Jan 2020 15:50:14 +0100 |
Pierre-Yves David |
nodemap: track the maximum revision tracked in the nodemap
|
file |
diff |
annotate
|
Wed, 15 Jan 2020 15:49:54 +0100 |
Pierre-Yves David |
nodemap: introduce append-only incremental update of the persistent data
|
file |
diff |
annotate
|