log rust/hg-cpython/src/dirstate/item.rs @ 48086:80783e553bd5

age author description
Wed, 29 Sep 2021 14:41:19 +0200 Pierre-Yves David dirstate-item: introduce a `maybe_clean` property
Tue, 28 Sep 2021 20:00:19 +0200 Pierre-Yves David dirstate: drop the from_p2_removed method
Tue, 28 Sep 2021 19:15:46 +0200 Pierre-Yves David dirstate: drop the merged_removed method
Tue, 28 Sep 2021 20:05:37 +0200 Pierre-Yves David dirstate: drop all logic around the "non-normal" sets
Thu, 23 Sep 2021 18:29:40 +0200 Simon Sapin dirstate: Pass the final DirstateItem to _rustmap.addfile()
Wed, 22 Sep 2021 18:21:58 +0200 Simon Sapin dirstate: Skip no-op conversion in Rust DirstateMap::set_v1
Wed, 22 Sep 2021 11:28:52 +0200 Simon Sapin rust: Add Python bindings for DirstateEntry as rustext.dirstate.DirstateItem