mercurial/dirstate.py
Mon, 19 Jul 2021 04:43:28 +0200 Pierre-Yves David dirstate: properly update `_lastnormaltime` in `update_file_p1`
Mon, 19 Jul 2021 04:43:14 +0200 Pierre-Yves David dirstate: properly update `_lastnormaltime` in `update_file`
Thu, 15 Jul 2021 04:55:57 +0200 Pierre-Yves David dirstate: use `reset_state` in `update_file_p1`
Thu, 15 Jul 2021 04:34:51 +0200 Pierre-Yves David dirstate: rename `update_file_reference` to `update_file_p1`
Mon, 19 Jul 2021 07:23:55 +0200 Pierre-Yves David dirstate-map: move most of `dirstate.update_file` logic in the dsmap
Fri, 16 Jul 2021 22:30:11 +0200 Pierre-Yves David dirstate: replace `update_parent_file_data` with simpler `update_parent` call
Fri, 16 Jul 2021 15:07:16 +0200 Pierre-Yves David dirstate: factor out the part retrieve "filedata" out of `normal`
Thu, 08 Jul 2021 12:18:21 +0200 Simon Sapin dirstate-v2: Introduce a docket file
Thu, 15 Jul 2021 17:24:09 +0200 Pierre-Yves David dirstate: replace a dead conditional branch with an assert in `update_file`
Thu, 15 Jul 2021 00:27:29 +0200 Pierre-Yves David dirstate: drop a duplicated assert
Thu, 15 Jul 2021 00:22:49 +0200 Pierre-Yves David dirstate: drop duplicated check
Thu, 08 Jul 2021 10:28:20 +0200 Pierre-Yves David dirstate: deprecated `drop` outside of `update/merge`
Thu, 08 Jul 2021 03:30:11 +0200 Pierre-Yves David dirstate: deprecated `remove` outside of `update/merge`
Thu, 08 Jul 2021 00:35:06 +0200 Pierre-Yves David dirstate: deprecate the `add` method outside of update/merge context
Fri, 09 Jul 2021 15:27:38 +0530 Pulkit Goyal dirstate: add dedicated function for updating data of a file
Wed, 07 Jul 2021 19:36:14 +0200 Pierre-Yves David dirstate: add a `update_file` function
Thu, 08 Jul 2021 00:54:40 +0200 Pierre-Yves David dirstate: add a `set_untracked` method for "hg remove"-like usage
Thu, 08 Jul 2021 00:58:44 +0200 Pierre-Yves David context: use `dirstate.set_tracked` in `context.add`
Thu, 08 Jul 2021 03:03:34 +0200 Pierre-Yves David dirstate: add a `set_tracked` method for "hg add"-like usage
Sat, 10 Jul 2021 23:31:51 +0200 Pierre-Yves David dirstate: add a function to update tracking status while "moving" parents
Thu, 08 Jul 2021 10:05:23 +0200 Pierre-Yves David dirstate: introduce an internal `_drop` method
Wed, 07 Jul 2021 19:32:22 +0200 Pierre-Yves David dirstate: introduce an internal `_remove` method
Wed, 07 Jul 2021 19:31:52 +0200 Pierre-Yves David dirstate: introduce an internal `_add` method
Sun, 04 Jul 2021 02:24:15 +0200 Pierre-Yves David dirstate: drop the last explicit `state` usage in the module
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
less more (0) -300 -100 -60 tip