Mercurial > hg
log mercurial/dirstatemap.py @ 48061:060cd909439f
age | author | description |
---|---|---|
Tue, 28 Sep 2021 20:05:37 +0200 | Pierre-Yves David | dirstate: drop all logic around the "non-normal" sets |
Wed, 22 Sep 2021 17:46:29 +0200 | Pierre-Yves David | dirstate: use a new `drop_merge_data` in `setparent` |
Wed, 22 Sep 2021 15:17:12 +0200 | Pierre-Yves David | dirstate: move parent state handling in the dirstatemap |
Wed, 22 Sep 2021 15:23:03 +0200 | Pierre-Yves David | dirstate: drop the `clearambiguoustimes` method for the map |
Tue, 28 Sep 2021 13:43:14 +0200 | Simon Sapin | dirstate: Appease pytype |
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 |