mercurial/dirstate.py
Sun, 04 Jul 2021 22:27:29 +0200 Pierre-Yves David dirstate-item: rename the class to DirstateItem
Sun, 04 Jul 2021 02:37:38 +0200 Pierre-Yves David dirstate-entry: add a `mtime` property
Sun, 04 Jul 2021 02:34:24 +0200 Pierre-Yves David dirstate-entry: add a `size` property
Sun, 04 Jul 2021 02:33:21 +0200 Pierre-Yves David dirstate-entry: add a `mode` property
Sun, 04 Jul 2021 02:28:08 +0200 Pierre-Yves David dirstate: no longer pass `oldstate` to the `dropfile`
Sun, 04 Jul 2021 02:21:59 +0200 Pierre-Yves David dirstate: drop last explicite `state` usage in status
Sun, 04 Jul 2021 02:15:41 +0200 Pierre-Yves David dirstate: reorder "state" checking conditional
Sun, 04 Jul 2021 02:13:53 +0200 Pierre-Yves David dirstate-entry: add a `need_delay` method
Sun, 04 Jul 2021 02:12:54 +0200 Pierre-Yves David dirstate-entry: add a `tracked` property
Sun, 04 Jul 2021 01:59:41 +0200 Pierre-Yves David dirstate: drop `state` to `_addpath`
Sun, 04 Jul 2021 01:58:03 +0200 Pierre-Yves David dirstate: infer the 'n' state from `from_p2`
Sun, 04 Jul 2021 01:57:28 +0200 Pierre-Yves David dirstate: infer the 'n' state from `possibly_dirty`
Sun, 04 Jul 2021 01:48:11 +0200 Pierre-Yves David dirstate: use a `merged` parameter to _addpath
Sun, 04 Jul 2021 01:44:43 +0200 Pierre-Yves David dirstate-entry: add a `added` property
Sun, 04 Jul 2021 01:42:10 +0200 Pierre-Yves David dirstate: use a `added` parameter to _addpath
Sat, 03 Jul 2021 20:59:26 +0200 Pierre-Yves David dirstate: no longer pass the `oldstate` value to the dirstatemap
Sat, 03 Jul 2021 20:57:44 +0200 Pierre-Yves David dirstate: stop using `oldstate` in `dirstate._addpath`
Sat, 03 Jul 2021 20:53:52 +0200 Pierre-Yves David dirstate: drop the now unused magic constants for the dirstate module
Sun, 04 Jul 2021 20:23:19 +0200 Pierre-Yves David dirstate: move the handling of special case within the dirstatemap
Sun, 04 Jul 2021 01:14:15 +0200 Pierre-Yves David dirstate-entry: restrict `from_p2` property to tracked file
Sat, 03 Jul 2021 20:34:09 +0200 Pierre-Yves David dirstate-entry: `merged_removed` and `from_p2_removed` properties
Sat, 03 Jul 2021 04:18:54 +0200 Pierre-Yves David dirstate-entry: add a `removed` property
Sat, 03 Jul 2021 04:26:28 +0200 Pierre-Yves David dirstate-entry: add a `from_p2` property
Sat, 03 Jul 2021 04:07:21 +0200 Pierre-Yves David dirstate-entry: add a `merged` property
Sun, 04 Jul 2021 03:29:20 +0200 Pierre-Yves David dirstate-entry: add a `state` property (and use it)
Sat, 03 Jul 2021 19:52:00 +0200 Pierre-Yves David dirstate: move most of the `remove` logic with dirstatemap `removefile`
Sat, 03 Jul 2021 20:12:46 +0200 Pierre-Yves David dirstate: add a `in_merge` property
Fri, 02 Jul 2021 02:27:48 +0200 Pierre-Yves David dirstate: split dirstatemap in its own file
Fri, 02 Jul 2021 02:17:31 +0200 Pierre-Yves David dirstate: explicitely deal with the `added` case in `_addpath`
Fri, 02 Jul 2021 02:17:18 +0200 Pierre-Yves David dirstate: add an explicit `possibly_dirty` parameter to `_addpath`
Fri, 02 Jul 2021 02:01:10 +0200 Pierre-Yves David dirstate: add an explicit `from_p2` parameter to `_addpath`
Fri, 02 Jul 2021 02:05:47 +0200 Pierre-Yves David dirstate: add default value to _addpath
Fri, 02 Jul 2021 01:02:46 +0200 Pierre-Yves David dirstate: move the _rangemask filtering closer to its storage
Thu, 01 Jul 2021 19:15:30 +0200 Pierre-Yves David dirstate: introduce a symbolic constant for the AMBIGUOUS_TIME marker
Thu, 01 Jul 2021 19:15:22 +0200 Pierre-Yves David dirstate: introduce a symbolic constant for the NONNORMAL marker
Thu, 01 Jul 2021 19:04:11 +0200 Pierre-Yves David dirstate: introduce a symbolic constant for the FROM_P2 marker
Thu, 01 Jul 2021 18:59:29 +0200 Pierre-Yves David dirstate: split a not-so-one-liner
Thu, 01 Jul 2021 18:57:35 +0200 Pierre-Yves David dirstate: split a not-so-one-liner
Thu, 01 Jul 2021 18:56:34 +0200 Pierre-Yves David dirstate: split a not-so-one-liner
Mon, 28 Jun 2021 15:52:10 +0200 Simon Sapin dirstate: Removed unused instances of `DirsMultiset`
Mon, 31 May 2021 19:54:41 +0200 Simon Sapin dirstate-v2: Add --dirs to debugdirstate command
Mon, 31 May 2021 18:35:44 +0200 Simon Sapin dirstate-v2: Write .hg/dirstate back to disk on directory cache changes
Wed, 19 May 2021 18:35:43 +0200 Simon Sapin dirstate-v2: Add `hg debugupgraderepo` command support
Wed, 19 May 2021 13:15:00 +0200 Simon Sapin dirstate-v2: Change the on-disk format when the requirement is enabled
Wed, 19 May 2021 13:14:59 +0200 Simon Sapin dirstate-v2: Add a new experimental `exp-dirstate-v2` repository requirement
Fri, 30 Apr 2021 18:13:31 +0200 Simon Sapin rust: Read dirstate from disk in DirstateMap constructor
Fri, 30 Apr 2021 15:40:11 +0200 Simon Sapin rust: Remove handling of `parents` in `DirstateMap`
Tue, 30 Mar 2021 09:56:04 +0200 Simon Sapin dirstate-tree: Empty shell for a second Rust DirstateMap implementation
Thu, 08 Apr 2021 14:58:44 +0200 Simon Sapin dirstate-tree: Abstract "non-normal" and "other parent" sets
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Thu, 18 Mar 2021 18:24:59 -0400 Matt Harbison merge with stable
Wed, 13 Jan 2021 16:14:58 +0100 Joerg Sonnenberger node: introduce nodeconstants class
Wed, 17 Mar 2021 12:06:49 +0100 Raphaël Gomès formatting: fix redundant parentheses stable
Wed, 10 Mar 2021 15:24:52 +1000 Corey Schuhen enclink: check contents of symlinks not just size in case of fcrypt stable
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Thu, 30 Jul 2020 16:13:17 +0200 Joerg Sonnenberger dirstate: restore original estimation and update comment
Thu, 30 Jul 2020 01:10:10 +0200 Joerg Sonnenberger dirstate: revert change to Rust binding
Sat, 25 Jul 2020 04:29:17 +0200 Joerg Sonnenberger dirstate: isolate node len dependency for the pure version
Tue, 26 May 2020 08:07:24 -0700 Martin von Zweigbergk merge with stable
less more (0) -300 -100 -60 tip