mercurial/dirstatemap.py
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
Fri, 18 Nov 2022 13:51:40 +0000 Arseniy Alekseyev dirstate-v2: complain early on docket name collision stable
Thu, 16 Feb 2023 10:43:22 +0100 Pierre-Yves David dirstate: explicitly backup the datafile
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
Tue, 29 Mar 2022 00:53:11 +0200 Raphaël Gomès rust-dirstatemap: implement part of the `setparents` logic
Mon, 28 Mar 2022 23:42:16 +0200 Raphaël Gomès dirstatemap: move `_dirs_incr` and `_dirs_decr` methods out of the common
Mon, 28 Mar 2022 23:39:28 +0200 Raphaël Gomès dirstatemap: move `_refresh_entry` out of the common methods
Mon, 28 Mar 2022 23:38:05 +0200 Raphaël Gomès dirstatemap: move `_drop_entry` out of the common methods
Mon, 28 Mar 2022 23:37:36 +0200 Raphaël Gomès rust-dirstatemap: remove `_drop_entry`
Mon, 28 Mar 2022 23:34:30 +0200 Raphaël Gomès rust-dirstatemap: remove `__settitem__`
Mon, 28 Mar 2022 18:30:08 +0200 Raphaël Gomès rust-dirstatemap: remove unused `_refresh_entry` implementation
Mon, 28 Mar 2022 18:15:11 +0200 Raphaël Gomès dirstatemap: move `set_untracked` out of the common methods
Mon, 28 Mar 2022 18:10:19 +0200 Raphaël Gomès dirstatemap: move `set_possibly_dirty` out of the common methods
Mon, 28 Mar 2022 18:02:45 +0200 Raphaël Gomès dirstatemap: move `set_clean` out of common methods
Wed, 23 Mar 2022 17:13:18 +0100 Raphaël Gomès dirstatemap: remove `_insert_entry`
Wed, 23 Mar 2022 17:25:42 +0100 Raphaël Gomès dirstatemap: move `reset_state` out of common methods
Wed, 23 Mar 2022 16:32:31 +0100 Raphaël Gomès dirstatemap: remove unused parameter from `reset_state`
Wed, 23 Mar 2022 15:19:43 +0100 Raphaël Gomès dirstatemap: move `set_tracked` out of common methods and plug in Rust
Wed, 23 Mar 2022 15:15:17 +0100 Raphaël Gomès dirstate: fix some typos in docstrings
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
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
Fri, 19 Nov 2021 03:03:01 +0100 Pierre-Yves David dirstate: cleanup remaining of "now" during write
Fri, 19 Nov 2021 03:04:42 +0100 Pierre-Yves David dirstate: remove need_delay logic
Mon, 18 Oct 2021 11:23:07 +0200 Simon Sapin dirstate: store mtimes with nanosecond precision in memory
Fri, 16 Jul 2021 18:42:20 +0200 Simon Sapin dirstate-v2: Add support when Rust is not enabled
Sun, 03 Oct 2021 13:18:03 +0200 Simon Sapin dirstate-v2: initial Python parser
Fri, 08 Oct 2021 13:15:22 +0200 Simon Sapin dirstate: Move more methods to the _dirstatemapcommon base class
Fri, 01 Oct 2021 03:28:01 +0200 Pierre-Yves David dirstate-item: replace a `merged` usage with `p2_info`
Fri, 01 Oct 2021 04:04:38 +0200 Pierre-Yves David dirstate-item: use the `p2_info` property to replace more verbose call
Fri, 01 Oct 2021 01:27:53 +0200 Pierre-Yves David dirstate: align the dirstatemap's API to the data change
Fri, 01 Oct 2021 20:35:30 +0200 Pierre-Yves David dirstate-item: change the internal storage and constructor value
Sat, 02 Oct 2021 11:39:57 +0200 Pierre-Yves David dirstatemap: drop legacy method on the dirstatemap wrapper
Sat, 02 Oct 2021 00:15:24 +0200 Pierre-Yves David dirstatemap: align the Rust wrapper implementation of `setparent`
Sat, 02 Oct 2021 00:02:55 +0200 Pierre-Yves David dirstatemap: use a common implement for reset_state
Sat, 02 Oct 2021 00:01:56 +0200 Pierre-Yves David dirstatemap: add a common `_drop_entry` method for dirstatemap
Fri, 01 Oct 2021 23:49:40 +0200 Pierre-Yves David dirstatemap: use common code for set_clean
Fri, 01 Oct 2021 23:42:24 +0200 Pierre-Yves David dirstatemap: use common code for set_possibly_dirty
less more (0) -100 -60 tip