Mercurial > hg
log
age | author | description |
---|---|---|
Thu, 29 Apr 2021 11:32:57 +0200 | Simon Sapin | dirstate-tree: Use HashMap instead of BTreeMap |
Tue, 27 Apr 2021 17:49:38 +0200 | Simon Sapin | dirstate-tree: Add #[timed] attribute to `status` and `DirstateMap::read` |
Tue, 27 Apr 2021 14:20:48 +0200 | Simon Sapin | dirstate-tree: Paralellize the status algorithm with Rayon |
Tue, 27 Apr 2021 12:42:21 +0200 | Simon Sapin | dirstate-tree: Avoid BTreeMap double-lookup when inserting a dirstate entry |
Mon, 26 Apr 2021 19:28:56 +0200 | Simon Sapin | dirstate-tree: Handle I/O errors in status |
Mon, 26 Apr 2021 19:16:23 +0200 | Simon Sapin | dirstate-tree: Ignore FIFOs etc. in the status algorithm |
Fri, 16 Apr 2021 12:12:41 +0200 | Simon Sapin | dirstate-tree: Add the new `status()` algorithm |