log mercurial/dirstatemap.py @ 51801:62b25293b620 default tip

age author description
Thu, 18 Jul 2024 19:57:42 -0400 Matt Harbison typing: add type hints to `mercurial.dirstatemap`
Thu, 18 Jul 2024 12:36:12 +0200 Raphaël Gomès black: format the codebase with 23.3.0
Tue, 23 Jul 2024 10:02:46 +0200 Raphaël Gomès Backout accidental publication of a large range of revisions
Thu, 18 Jul 2024 12:36:12 +0200 Raphaël Gomès black: format the codebase with 23.3.0
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Mon, 26 Jun 2023 11:21:43 +0100 Arseniy Alekseyev dirstate-v2: actually fix the dirstate-v2 upgrade race stable
Sun, 18 Jun 2023 00:09:39 +0200 Pierre-Yves David branching: merge with stable
Mon, 05 Jun 2023 16:43:27 +0200 Raphaël Gomès rust-dirstate: fall back to v1 if reading v2 failed stable
Thu, 02 Feb 2023 17:23:12 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Thu, 02 Mar 2023 19:02:52 +0100 Pierre-Yves David branching: merge stable into default
Wed, 01 Mar 2023 16:48:09 +0100 Raphaël Gomès rhg: remember the inode of .hg/dirstate stable
Mon, 12 Dec 2022 17:08:12 +0100 Raphaël Gomès rust-dirstate: remember the data file uuid dirstate was loaded with stable
Wed, 01 Mar 2023 02:38:20 +0100 Pierre-Yves David dirstate: set identity whenever we read the dirstate's v2 docket stable
Tue, 21 Feb 2023 15:10:12 +0100 Pierre-Yves David dirstate: factor the identity setting code in the dirstate map stable
Tue, 28 Feb 2023 23:35:52 +0100 Pierre-Yves David dirstate: deal with read-race for python code using rust object stable
Tue, 28 Feb 2023 19:01:20 +0100 Pierre-Yves David dirstate: deal with read-race for pure python code stable
Wed, 01 Mar 2023 16:05:28 +0100 Pierre-Yves David dirstate: abstract the reading of the data file in v2 in a method stable
Tue, 13 Dec 2022 14:51:36 +0100 Raphaël Gomès dirstate: add a synchronisation point in the middle of the read stable
Sat, 25 Feb 2023 01:07:44 +0100 Pierre-Yves David dirstate: add a synchronisation point before doing a full dirstate read stable
Tue, 28 Feb 2023 15:49:53 +0100 Raphaël Gomès dirstate-v2: add devel config option to control write behavior stable
Fri, 24 Feb 2023 18:21:54 +0100 Pierre-Yves David dirstate: use more than a bool to control append behavior stable
Wed, 22 Feb 2023 01:08:25 +0100 Pierre-Yves David dirstate: only reload the dirstate when it may have changed
Tue, 21 Feb 2023 15:10:12 +0100 Pierre-Yves David dirstate: factor the identity getting/setting code in the dirstate map
Wed, 22 Feb 2023 00:53:51 +0100 Pierre-Yves David dirstate: use `cachestat` object for dirstatemap identity
Sat, 18 Feb 2023 02:39:32 +0100 Pierre-Yves David branching: merge with stable
Thu, 16 Feb 2023 10:43:22 +0100 Pierre-Yves David dirstate: explicitly backup the datafile
Fri, 18 Nov 2022 13:51:40 +0000 Arseniy Alekseyev dirstate-v2: complain early on docket name collision stable
Thu, 17 Nov 2022 14:37:43 +0000 Arseniy Alekseyev dirstate-v2: do not put the dirstate data file in a transaction, stable
Thu, 01 Sep 2022 15:49:14 +0200 Pierre-Yves David dirstate-v2: no longer register the data-file during transaction stable 6.2.2
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT