Mon, 27 Sep 2021 12:09:15 +0200 |
Simon Sapin |
dirstate: Remove the flat Rust DirstateMap implementation
|
Tue, 28 Sep 2021 20:05:37 +0200 |
Pierre-Yves David |
dirstate: drop all logic around the "non-normal" sets
|
Wed, 22 Sep 2021 15:23:03 +0200 |
Pierre-Yves David |
dirstate: drop the `clearambiguoustimes` method for the map
|
Thu, 23 Sep 2021 18:29:40 +0200 |
Simon Sapin |
dirstate: Pass the final DirstateItem to _rustmap.addfile()
|
Thu, 23 Sep 2021 15:36:43 +0200 |
Simon Sapin |
dirstate: Replace dropfile with drop_item_and_copy_source
|
Thu, 23 Sep 2021 15:29:38 +0200 |
Simon Sapin |
rust: Remove some obsolete doc-comments
|
Thu, 23 Sep 2021 15:26:33 +0200 |
Simon Sapin |
dirstate: Remove return boolean from dirstatemap.dropfile
|
Wed, 22 Sep 2021 18:56:58 +0200 |
Simon Sapin |
dirstate: Propagate dirstate-v2 parse errors from set_dirstate_item
|
Wed, 22 Sep 2021 18:21:58 +0200 |
Simon Sapin |
dirstate: Skip no-op conversion in Rust DirstateMap::set_v1
|
Mon, 20 Sep 2021 19:59:09 +0200 |
Simon Sapin |
debugstate: Always call dirstatemap.debug_iter()
|
Mon, 19 Jul 2021 07:23:55 +0200 |
Pierre-Yves David |
dirstate-map: move most of `dirstate.update_file` logic in the dsmap
|
Fri, 16 Jul 2021 14:08:26 +0200 |
Simon Sapin |
dirstate-v2: Separate iterators for dirfoldmap and debugdirstate
|
Thu, 15 Jul 2021 23:02:17 +0200 |
Simon Sapin |
dirstate-v2: Move fixed-size tree metadata into the docket file
|
Tue, 13 Jul 2021 17:18:23 +0200 |
Simon Sapin |
dirstate-v2: Support appending to the same data file
|
Thu, 08 Jul 2021 12:18:21 +0200 |
Simon Sapin |
dirstate-v2: Introduce a docket file
|
Sun, 04 Jul 2021 02:28:08 +0200 |
Pierre-Yves David |
dirstate: no longer pass `oldstate` to the `dropfile`
|
Sun, 04 Jul 2021 01:48:11 +0200 |
Pierre-Yves David |
dirstate: use a `merged` parameter to _addpath
|
Sun, 04 Jul 2021 01:42:10 +0200 |
Pierre-Yves David |
dirstate: use a `added` parameter to _addpath
|
Sat, 03 Jul 2021 20:59:26 +0200 |
Pierre-Yves David |
dirstate: no longer pass the `oldstate` value to the dirstatemap
|
Sun, 04 Jul 2021 20:23:19 +0200 |
Pierre-Yves David |
dirstate: move the handling of special case within the dirstatemap
|
Sat, 03 Jul 2021 19:52:00 +0200 |
Pierre-Yves David |
dirstate: move most of the `remove` logic with dirstatemap `removefile`
|
Thu, 01 Jul 2021 18:51:18 +0200 |
Simon Sapin |
rust: Document the DirstateMapMethods trait
|
Mon, 28 Jun 2021 15:52:10 +0200 |
Simon Sapin |
dirstate: Removed unused instances of `DirsMultiset`
|
Mon, 31 May 2021 19:54:41 +0200 |
Simon Sapin |
dirstate-v2: Add --dirs to debugdirstate command
|
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
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-v2: Change the on-disk format when the requirement is enabled
|
Fri, 30 Apr 2021 19:57:46 +0200 |
Simon Sapin |
rust: Use `&HgPath` instead of `&HgPathBuf` in may APIs
|
Fri, 30 Apr 2021 18:24:54 +0200 |
Simon Sapin |
dirstate-tree: Make `DirstateMap` borrow from a bytes buffer
|
Fri, 30 Apr 2021 15:40:11 +0200 |
Simon Sapin |
rust: Remove handling of `parents` in `DirstateMap`
|