log rust/hg-core/src/dirstate.rs @ 51470:406b413e3cf2 stable

age author description
Mon, 09 Jan 2023 19:18:43 +0100 Raphaël Gomès rust-clippy: fix most warnings in `hg-core`
Wed, 24 Aug 2022 16:38:13 +0100 Arseniy Alekseyev rhg: make [rhg status -v] work when it needs no extra output
Mon, 27 Sep 2021 12:09:15 +0200 Simon Sapin dirstate: Remove the flat Rust DirstateMap implementation
Fri, 17 Sep 2021 12:42:24 +0200 Simon Sapin rust: Move DirstateEntry to its own module
Thu, 09 Sep 2021 21:04:55 +0200 Simon Sapin rust: Add Repo::dirstate_map and use it in `rhg status`
Fri, 16 Jul 2021 14:08:26 +0200 Simon Sapin dirstate-v2: Separate iterators for dirfoldmap and debugdirstate
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 20:40:10 +0200 Pierre-Yves David rust-dirstate: make the MTIME_UNSET public
Sat, 03 Jul 2021 19:52:00 +0200 Pierre-Yves David dirstate: move most of the `remove` logic with dirstatemap `removefile`
Tue, 25 May 2021 09:20:30 +0200 Simon Sapin rhg: Add support for dirstate-v2
Wed, 19 May 2021 13:15:00 +0200 Simon Sapin dirstate-v2: Make more APIs fallible, returning Result
Wed, 19 May 2021 13:15:00 +0200 Simon Sapin rust: Return owned instead of borrowed DirstateEntry in DirstateMap APIs
Fri, 30 Apr 2021 19:57:46 +0200 Simon Sapin rust: Use `&HgPath` instead of `&HgPathBuf` in may APIs
Fri, 16 Apr 2021 12:12:41 +0200 Simon Sapin dirstate-tree: Add the new `status()` algorithm
Fri, 09 Apr 2021 13:13:19 +0200 Simon Sapin dirstate-tree: Add "non normal" and "from other parent" sets