mercurial/revlogutils/nodemap.py
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Thu, 18 May 2023 19:37:12 +0100 Arseniy Alekseyev cli: fix spelling in `debugnodemap` error messages
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Thu, 27 Jan 2022 22:24:11 +0100 Pierre-Yves David stream-clone: allow to change persistent-nodemap format during stream clone
Thu, 27 Jan 2022 17:04:40 +0100 Pierre-Yves David persistent-nodemap: properly delete all nodemap files on downgrade
Thu, 25 Nov 2021 18:26:50 +0100 Rapha?l Gom?s downgrade: don't assume existence of nodemap files when downgrading stable
Tue, 21 Sep 2021 21:18:50 +0200 Pierre-Yves David persistent-nodemap: introduce a test to highlight possible race stable
Thu, 10 Jun 2021 00:16:54 +0200 Pierre-Yves David nodemap: fix some comment formatting
Wed, 19 May 2021 19:57:55 +0200 Pierre-Yves David docket: move the uid logic in the `revlogutils.docket` module
Wed, 19 May 2021 17:12:06 +0200 Pierre-Yves David persistent-nodemap: use the intended uuid size
Wed, 19 May 2021 17:19:46 +0200 Pierre-Yves David persistent-nodemap: add a way to make the picked uid predictable
Mon, 03 May 2021 12:35:14 +0200 Pierre-Yves David revlog: move the `trypending` logic from the `changelog` to the `revlog`
Mon, 03 May 2021 12:25:01 +0200 Pierre-Yves David revlog: rename `nodemap_file` to `_nodemap_file`
Mon, 03 May 2021 12:22:57 +0200 Pierre-Yves David revlog: also use radix when computing nodemap data file
Mon, 03 May 2021 12:22:47 +0200 Pierre-Yves David revlog: stop usage of `_indexfile` to computing nodemap path
Mon, 03 May 2021 12:22:16 +0200 Pierre-Yves David revlog: rename `indexfile` to `_indexfile`
Fri, 30 Apr 2021 16:13:02 -0700 Kyle Lippincott black: make codebase compatible with black v21.4b2 and v20.8b1 stable
Fri, 16 Apr 2021 15:39:00 +0200 Pierre-Yves David nodemap: deal with data mmap error
Thu, 18 Mar 2021 18:24:59 -0400 Matt Harbison merge with stable
Thu, 11 Mar 2021 17:05:37 -0500 Matt Harbison nodemap: convert error message to bytes stable
Wed, 10 Feb 2021 17:08:34 +0530 Pulkit Goyal upgrade: speed up when we have only nodemap to downgrade
Mon, 01 Feb 2021 00:02:00 +0530 Pulkit Goyal upgrade: implement partial upgrade for upgrading persistent-nodemap
Sun, 31 Jan 2021 23:40:57 +0530 Pulkit Goyal nodemap: fix a typo in error message
Sun, 31 Jan 2021 23:38:31 +0530 Pulkit Goyal revlog: refactor logic to compute nodemap file in separate function
Sun, 31 Jan 2021 23:34:59 +0530 Pulkit Goyal nodemap: make `_persist_nodemap` a public function
Sun, 17 Jan 2021 19:22:30 +0100 Pierre-Yves David persistent-nodemap: catch the right exception on python
Wed, 13 Jan 2021 23:50:03 +0100 Pierre-Yves David persistent-nodemap: drop the storage.revlog.nodemap.mode config
Thu, 07 Jan 2021 11:51:18 +0100 Joerg Sonnenberger nodemap: match comment to actual code
less more (0) -50 -30 tip