log rust/hg-core/src/dirstate/entry.rs @ 48051:98c0408324e6

age author description
Thu, 23 Sep 2021 18:29:40 +0200 Simon Sapin dirstate: Pass the final DirstateItem to _rustmap.addfile()
Wed, 22 Sep 2021 11:28:52 +0200 Simon Sapin rust: Add Python bindings for DirstateEntry as rustext.dirstate.DirstateItem
Mon, 20 Sep 2021 19:18:21 +0200 Simon Sapin rust: Align DirstateEntry internals with Python/C DirstateItem
Mon, 20 Sep 2021 20:55:38 +0200 Simon Sapin rust: Remove EntryState::Unknown
Fri, 17 Sep 2021 13:33:45 +0200 Simon Sapin rust: Make the fields of DirstateEntry private
Fri, 17 Sep 2021 12:42:24 +0200 Simon Sapin rust: Move DirstateEntry to its own module