Fri, 01 Oct 2021 09:24:48 +0200 Pierre-Yves David dirstate-item: replace call to new_possibly_dirty
Fri, 01 Oct 2021 09:23:28 +0200 Pierre-Yves David dirstate-item: drop the legacy new_from_p2 constructor
Fri, 01 Oct 2021 09:21:52 +0200 Pierre-Yves David dirstate-item: replace call to new_from_p2
Fri, 01 Oct 2021 09:16:53 +0200 Pierre-Yves David dirstate-item: drop the legacy new_added constructor
Fri, 01 Oct 2021 09:15:03 +0200 Pierre-Yves David dirstate-item: replace call to new_added
Fri, 01 Oct 2021 09:14:10 +0200 Pierre-Yves David dirstate-item: drop the legacy new_merged constructor
Fri, 01 Oct 2021 09:12:52 +0200 Pierre-Yves David dirstate-item: replace call to new_merged
Fri, 01 Oct 2021 03:30:00 +0200 Pierre-Yves David dirstate-item: drop the `merged` property
Fri, 01 Oct 2021 03:29:33 +0200 Pierre-Yves David dirstate-item: replace another usage of `merged`
Fri, 01 Oct 2021 03:28:01 +0200 Pierre-Yves David dirstate-item: replace a `merged` usage with `p2_info`
Fri, 01 Oct 2021 03:26:12 +0200 Pierre-Yves David dirstate-item: drop the `from_p2` property
Fri, 01 Oct 2021 03:24:57 +0200 Pierre-Yves David dirstate-item: directly use `p2_info` in `v1_size`
Fri, 01 Oct 2021 04:04:38 +0200 Pierre-Yves David dirstate-item: use the `p2_info` property to replace more verbose call
Wed, 29 Sep 2021 02:06:04 +0200 Pierre-Yves David status: process `from_p2` file the same as `merged` one
Fri, 01 Oct 2021 02:43:39 +0200 Pierre-Yves David dirstate: drop an incorrect comment
Fri, 01 Oct 2021 01:45:20 +0200 Pierre-Yves David dirstate: drop some duplicated code
Thu, 30 Sep 2021 16:33:12 +0200 Pierre-Yves David dirstate: align the dirstate's API to the lower level ones
Fri, 01 Oct 2021 04:07:21 +0200 Pierre-Yves David dirstate-item: introduce a `p1_tracked` property
Fri, 01 Oct 2021 04:04:09 +0200 Pierre-Yves David dirstate-item: introduce a `p2_info` property that combine two others
Fri, 01 Oct 2021 02:01:12 +0200 Pierre-Yves David dirstate: narrow gathering of parent data
Fri, 01 Oct 2021 01:27:53 +0200 Pierre-Yves David dirstate: align the dirstatemap's API to the data change
Fri, 01 Oct 2021 18:49:33 +0200 Simon Sapin dirstate-v2: Store a bitfield on disk instead of v1-like state
Fri, 01 Oct 2021 20:35:30 +0200 Pierre-Yves David dirstate-item: change the internal storage and constructor value
Sat, 02 Oct 2021 11:39:57 +0200 Pierre-Yves David dirstatemap: drop legacy method on the dirstatemap wrapper
Sat, 02 Oct 2021 00:15:24 +0200 Pierre-Yves David dirstatemap: align the Rust wrapper implementation of `setparent`
Sat, 02 Oct 2021 00:44:17 +0200 Pierre-Yves David dirstatemap: fix copymap.pop in Rust to return the value it pops
Sat, 02 Oct 2021 00:14:32 +0200 Pierre-Yves David dirstate-item: implement `drop_merge_data` on the Rust DirstateItem
Sat, 02 Oct 2021 00:02:55 +0200 Pierre-Yves David dirstatemap: use a common implement for reset_state
Sat, 02 Oct 2021 00:01:56 +0200 Pierre-Yves David dirstatemap: add a common `_drop_entry` method for dirstatemap
Fri, 01 Oct 2021 23:49:40 +0200 Pierre-Yves David dirstatemap: use common code for set_clean
Fri, 01 Oct 2021 23:42:24 +0200 Pierre-Yves David dirstatemap: use common code for set_possibly_dirty
Fri, 01 Oct 2021 23:24:01 +0200 Pierre-Yves David dirstatemap: use a common implement for set_tracked
Fri, 01 Oct 2021 23:13:44 +0200 Pierre-Yves David dirstatemap: add a common `_insert_entry` method for dirstatemap
Fri, 01 Oct 2021 19:14:09 +0200 Pierre-Yves David dirstatemap: use a common implementation for `dirstatemap.set_untracked`
Fri, 01 Oct 2021 18:54:40 +0200 Pierre-Yves David dirstatemap: add a common `_refresh_entry` method for dirstatemap
Fri, 01 Oct 2021 18:52:26 +0200 Pierre-Yves David dirstatemap: create `_dirs_incr/_dirs_decr` methods on the common class
Fri, 01 Oct 2021 18:49:21 +0200 Pierre-Yves David dirstatemap: small rework of the `set_untracked` method
Sat, 02 Oct 2021 12:10:46 +0200 Pierre-Yves David dirstatemap: arrange methods by category
Sat, 02 Oct 2021 12:01:50 +0200 Pierre-Yves David dirstatemap: move a multiple simple functions in the common class
Fri, 01 Oct 2021 17:10:24 +0200 Pierre-Yves David dirstatemap: rename `_rustmap` to `_map`
Fri, 01 Oct 2021 16:52:44 +0200 Pierre-Yves David dirstatemap: use a common __init__ for dirstatemap
Fri, 01 Oct 2021 16:14:29 +0200 Pierre-Yves David dirstatemap: introduce a common base for the dirstatemap class
Tue, 28 Sep 2021 15:11:22 -0700 Martin von Zweigbergk errors: raise InputError from revsingle() iff revset provided by the user
Tue, 28 Sep 2021 13:59:01 -0700 Martin von Zweigbergk errors: raise InputError from revpair() iff revset provided by the user
Tue, 28 Sep 2021 08:47:11 -0700 Martin von Zweigbergk errors: raise InputError on bad revset to revrange() iff provided by the user
Tue, 28 Sep 2021 09:08:43 -0700 Martin von Zweigbergk phase: avoid a no-op resolution of revset from revnums
Fri, 01 Oct 2021 15:19:37 +0200 Pierre-Yves David dirstate: push back the future a bit in the test
Thu, 30 Sep 2021 18:07:31 +0200 Pierre-Yves David dirstate-item: point out that `merged` is set only with p1_tracked
Wed, 29 Sep 2021 01:23:10 +0200 Pierre-Yves David dirstate-item: update the attribute documentation
Fri, 01 Oct 2021 03:50:37 +0200 Pierre-Yves David dirstate-item: use `any_tracked` more
Fri, 01 Oct 2021 03:49:03 +0200 Pierre-Yves David dirstate-item: drop an outdated comments
Fri, 01 Oct 2021 00:00:29 +0200 Pierre-Yves David dirstate: remove a update_file's special case for `merged` file
Thu, 30 Sep 2021 18:00:39 +0200 Pierre-Yves David dirstate: remove a update_file's special case for tracked file with p2 data
Wed, 29 Sep 2021 02:34:32 +0200 Pierre-Yves David dirstate: deprecate `__getitem__` access
Wed, 29 Sep 2021 18:39:02 +0200 Pierre-Yves David dirstate-item: use item's property instead of `state` in largefile
Wed, 29 Sep 2021 18:37:54 +0200 Pierre-Yves David dirstate-item: use `added` instead of `state` when moving dirstate
Wed, 29 Sep 2021 18:37:20 +0200 Pierre-Yves David dirstate-item: use item's property instead of `state` in revert
Wed, 29 Sep 2021 18:36:12 +0200 Pierre-Yves David dirstate-item: use item's property when computing a copies
Wed, 29 Sep 2021 18:32:21 +0200 Pierre-Yves David dirstate-item: use item's property instead of `state` in copy
Wed, 29 Sep 2021 17:52:39 +0200 Pierre-Yves David dirstate-item: use `added` in debugrebuilddirstate
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip