mercurial/dirstate.py
Wed, 06 Jul 2022 11:46:00 +0200 Raphaël Gomès rust-status: expose DifferenceMatcher from Rust to Python
Wed, 31 Aug 2022 06:37:42 +0200 Pierre-Yves David dirstate-v2: backup the data file during the transaction (issue6730) stable
Sat, 11 Jun 2022 00:26:25 +0200 Pierre-Yves David sparse: use the rust code even when sparse is present
Fri, 10 Jun 2022 23:19:04 +0200 Pierre-Yves David sparse: directly inline the `set_tracked` and `copy` wrapping
Sat, 11 Jun 2022 00:59:11 +0200 Pierre-Yves David sparse: directly inline the `rebuild` wrapping
Sat, 11 Jun 2022 00:58:41 +0200 Pierre-Yves David sparse: directly inline the `walk` wrapping
Sat, 11 Jun 2022 00:56:50 +0200 Pierre-Yves David sparse: use None as the sparse matcher value when disabled
Wed, 08 Jun 2022 18:18:19 +0200 Raphaël Gomès rust-dirstate: add support for nevermatcher
Wed, 08 Jun 2022 18:12:55 +0200 Raphaël Gomès rust-dirstate: add `intersectionmatcher` to the allowed matchers
Wed, 08 Jun 2022 15:39:14 +0200 Raphaël Gomès rust-dirstate: add `unionmatcher` to the allowed matchers
Wed, 01 Jun 2022 00:47:25 +0200 Manuel Jacob py3: catch specific OSError subclasses instead of checking errno
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):
Mon, 21 Feb 2022 11:09:30 -0700 Gregory Szorc dirstate: 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
Thu, 17 Feb 2022 07:34:49 +0100 Pierre-Yves David tracked-key: remove the dual write and rename to tracked-hint
Thu, 17 Feb 2022 06:32:03 +0100 Pierre-Yves David tracked-key: make it possible to upgrade to and downgrade from the feature
Mon, 31 Jan 2022 18:38:15 +0100 Pierre-Yves David transaction: do not rely on a global variable to post_finalize file
Mon, 31 Jan 2022 08:44:48 +0100 Pierre-Yves David dirstate: introduce a "tracked-key" feature
Mon, 31 Jan 2022 14:26:35 +0100 Pierre-Yves David dirstate: rename the filegenerator used for writing
Mon, 31 Jan 2022 08:23:54 +0100 Pierre-Yves David dirstate: use a context manager when writing the dirstate
Thu, 23 Dec 2021 14:49:28 +0100 Raphaël Gomès dirstate: remove deprecated API
Fri, 03 Dec 2021 15:06:40 +0100 Raphaël Gomès dirstate: remove unused method
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, 25 Oct 2021 11:36:22 +0200 Pierre-Yves David dirstate: remove `lastnormaltime` mechanism
Thu, 18 Nov 2021 13:12:40 +0100 Pierre-Yves David status: use filesystem time boundary to invalidate racy mtime
Wed, 17 Nov 2021 20:27:27 +0100 Pierre-Yves David dirstate: stop gathering parentfiledata in update_file
Wed, 17 Nov 2021 20:26:33 +0100 Pierre-Yves David dirstate: stop gathering parentfiledata in update_file_p1
Wed, 17 Nov 2021 20:26:14 +0100 Pierre-Yves David dirstate: make it mandatory to provide parentfiledata in `set_clean`
Mon, 22 Nov 2021 15:58:51 +0100 Pierre-Yves David dirstate: do no use `set_clean` in revert
Wed, 17 Nov 2021 12:24:00 +0100 Pierre-Yves David dirstate: move "get fs now" in the timestamp utility module
Wed, 17 Nov 2021 10:26:48 +0100 Pierre-Yves David dirstate-item: allow mtime to be None in "parentdata"
Thu, 28 Oct 2021 17:44:58 +0200 Pierre-Yves David dirstate: make sure that status does not overlook the fallback flags
Thu, 28 Oct 2021 17:26:03 +0200 Pierre-Yves David dirstate: use a single closure for get_flags
Thu, 21 Oct 2021 09:22:06 +0200 Raphaël Gomès dirstate: group return logic and clarify each function in flagfunc
Wed, 20 Oct 2021 18:40:03 +0200 Raphaël Gomès dirstate: add missing return on platforms without exec or symlink
Mon, 18 Oct 2021 11:23:07 +0200 Simon Sapin dirstate: store mtimes with nanosecond precision in memory
Mon, 18 Oct 2021 20:02:15 +0200 Pierre-Yves David dirstate: add a concept of "fallback" flags to dirstate item
Fri, 15 Oct 2021 01:27:39 +0200 Pierre-Yves David dirstate-v2: add an option to prevent unintentional slow dirstate-v2
Fri, 16 Jul 2021 18:42:20 +0200 Simon Sapin dirstate-v2: Add support when Rust is not enabled
Fri, 01 Oct 2021 04:04:38 +0200 Pierre-Yves David dirstate-item: use the `p2_info` property to replace more verbose call
Wed, 29 Sep 2021 02:06:04 +0200 Pierre-Yves David status: process `from_p2` file the same as `merged` one
Fri, 01 Oct 2021 02:43:39 +0200 Pierre-Yves David dirstate: drop an incorrect comment
Fri, 01 Oct 2021 01:45:20 +0200 Pierre-Yves David dirstate: drop some duplicated code
Thu, 30 Sep 2021 16:33:12 +0200 Pierre-Yves David dirstate: align the dirstate's API to the lower level ones
Fri, 01 Oct 2021 02:01:12 +0200 Pierre-Yves David dirstate: narrow gathering of parent data
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 17:10:24 +0200 Pierre-Yves David dirstatemap: rename `_rustmap` to `_map`
Wed, 29 Sep 2021 02:34:32 +0200 Pierre-Yves David dirstate: deprecate `__getitem__` access
Thu, 30 Sep 2021 12:00:15 +0200 Pierre-Yves David dirstate: move verification code within the dirstate itself
Wed, 29 Sep 2021 02:37:24 +0200 Pierre-Yves David dirstate: add a `get_entry` method to the dirstate
Wed, 22 Sep 2021 15:17:12 +0200 Pierre-Yves David dirstate: move parent state handling in the dirstatemap
Wed, 22 Sep 2021 09:46:37 +0200 Pierre-Yves David dirstate: stop checking for path collision when adjusting parents
Wed, 22 Sep 2021 15:08:47 +0200 Pierre-Yves David dirstate: drop the `_updatedfiles` set
Wed, 22 Sep 2021 14:54:42 +0200 Pierre-Yves David dirstate: simplify the ambiguity clearing at write time
Wed, 22 Sep 2021 11:33:29 +0200 Simon Sapin dirstate: Use the Rust implementation of DirstateItem when Rust is enabled
Fri, 17 Sep 2021 14:36:54 +0200 Simon Sapin dirstate: remove now-unused .directories() method
Wed, 15 Sep 2021 18:40:25 +0200 Pierre-Yves David dirstate: use `reset_state` in `rebuild` instead of `dropfile`
less more (0) -300 -100 -60 tip