Mercurial > hg
log rust/hg-core/src/dirstate_tree/dispatch.rs @ 47115:1b4f0f819f92
age | author | description |
---|---|---|
Fri, 16 Apr 2021 12:12:04 +0200 | Simon Sapin | dirstate-tree: Give to `status()` mutable access to the `DirstateMap` |
Tue, 06 Apr 2021 15:14:19 +0200 | Simon Sapin | rust: Move "lookup" a.k.a. "unsure" paths into `DirstateStatus` struct |
Tue, 13 Apr 2021 17:02:58 +0200 | Simon Sapin | rust: Remove DirstateMap::file_fold_map |
Fri, 09 Apr 2021 13:13:19 +0200 | Simon Sapin | dirstate-tree: Add "non normal" and "from other parent" sets |
Mon, 12 Apr 2021 14:43:45 +0200 | Simon Sapin | rust: Add a Timestamp struct instead of abusing Duration |
Thu, 08 Apr 2021 14:58:44 +0200 | Simon Sapin | dirstate-tree: Abstract "non-normal" and "other parent" sets |
Tue, 30 Mar 2021 14:15:23 +0200 | Simon Sapin | dirstate-tree: Make Rust DirstateMap bindings go through a trait object |