log

age author description
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
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
Mon, 19 Jul 2021 06:21:04 +0200 Pierre-Yves David dirstate: add a `set_possibly_dirty` in `fakedirstatewritetime`
Mon, 19 Jul 2021 06:20:00 +0200 Pierre-Yves David dirstatemap: use `set_possibly_dirty` in `clearambiguoustimes`
Mon, 19 Jul 2021 06:30:04 +0200 Pierre-Yves David dirstate-item: use `set_possibly_dirty` in `pure.pack_dirstate`
Mon, 19 Jul 2021 06:29:30 +0200 Pierre-Yves David dirstate-item: add a `set_possibly_dirty` method
Tue, 13 Jul 2021 13:06:50 +0200 Pierre-Yves David dirstate-item: add a `from_v1_data` constructor
Tue, 13 Jul 2021 13:04:49 +0200 Pierre-Yves David dirstate-item: use an explicit __init__ function instead of the attrs one
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