log

age author description
Fri, 16 Jul 2021 14:06:32 +0200 Pierre-Yves David dirstate: deprecate `dirstate.remove` in all cases
Mon, 19 Jul 2021 03:20:28 +0200 Pierre-Yves David largefile: use `update_file` instead of `remove` in `synclfdirstate`
Mon, 19 Jul 2021 03:25:21 +0200 Pierre-Yves David largefile: rearrange conditionnal in `synclfdirstate`
Mon, 19 Jul 2021 03:20:04 +0200 Pierre-Yves David largefile: use `update_file` instead of `remove` in `mergerecordupdates`
Sat, 17 Jul 2021 00:15:31 +0200 Pierre-Yves David mq: use `update_file_p1` instead of `remove` when adjusting dirstate
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, 15 Jul 2021 02:19:41 +0200 Pierre-Yves David dirstate-map: factor out the change to _dirs and _alldirs on removing
Thu, 15 Jul 2021 01:58:50 +0200 Pierre-Yves David dirstate-map: factor out the change to _dirs and _alldirs on dropping
Thu, 15 Jul 2021 01:58:31 +0200 Pierre-Yves David dirstate-map: factor out the change to _dirs and _alldirs on adding
Wed, 14 Jul 2021 22:06:13 +0200 Pierre-Yves David dirstate-item: introduce a `dm_otherparent` property
Wed, 14 Jul 2021 21:59:18 +0200 Pierre-Yves David dirstate-item: introduce a `dm_nonnormal` property
Fri, 16 Jul 2021 16:19:31 +0200 Simon Sapin dirstate-v2: Reserve a few bytes of space for future extensions
Fri, 16 Jul 2021 14:08:26 +0200 Simon Sapin dirstate-v2: Separate iterators for dirfoldmap and debugdirstate
Thu, 15 Jul 2021 23:02:17 +0200 Simon Sapin dirstate-v2: Move fixed-size tree metadata into the docket file
Thu, 08 Jul 2021 19:23:44 +0200 Simon Sapin dirstate-v2: Add heuristic for when to create a new data file
Thu, 15 Jul 2021 10:31:43 +0200 Simon Sapin dirstate-v2: Reuse existing paths when appending to a data file
Thu, 15 Jul 2021 08:53:03 +0200 Simon Sapin dirstate-v2: Reuse existing nodes when appending to a data file
Tue, 13 Jul 2021 17:18:23 +0200 Simon Sapin dirstate-v2: Support appending to the same data file
Tue, 13 Jul 2021 09:44:44 +0200 Simon Sapin dirstate-v2: shrink on-disk path lengths to 16-bits
Mon, 12 Jul 2021 23:05:56 +0200 Simon Sapin dirstate-v2: Rename Header to Root, move it to the end of the data file
Mon, 12 Jul 2021 22:46:52 +0200 Simon Sapin dirstate-v2: Enforce data size read from the docket file
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`
Wed, 14 Jul 2021 23:32:35 +0200 Pierre-Yves David dirstate-map: do not use `size` to gate copy dropping during remove_file