Tue, 19 Oct 2021 22:04:14 +0200 |
Pierre-Yves David |
dirstate-v2: add a new MTIME_SECOND_AMBIGUOUS flags
|
Mon, 18 Oct 2021 11:23:07 +0200 |
Simon Sapin |
dirstate: store mtimes with nanosecond precision in memory
|
Mon, 18 Oct 2021 10:56:54 +0200 |
Pierre-Yves David |
dirstate-v2: preserve the fallback values on disk
|
Mon, 18 Oct 2021 20:02:05 +0200 |
Pierre-Yves David |
dirstate: make DirstateItem constructor accept fallback value
|
Mon, 18 Oct 2021 20:02:15 +0200 |
Pierre-Yves David |
dirstate: add a concept of "fallback" flags to dirstate item
|
Fri, 15 Oct 2021 16:33:19 +0200 |
Pierre-Yves David |
dirstate-v2: adds two flag to track the presence of some unrecorded files
|
Fri, 15 Oct 2021 16:12:00 +0200 |
Simon Sapin |
dirstate-v2: adds a flag to mark a file as modified
|
Thu, 14 Oct 2021 16:39:16 +0200 |
Simon Sapin |
dirstate-v2: Separate HAS_FILE_MTIME and HAS_DIRECTORY_MTIME flags
|
Thu, 14 Oct 2021 15:05:04 +0200 |
Simon Sapin |
dirstate-v2: Use attributes as intended instead of properties in v2_data()
|
Thu, 22 Jul 2021 17:31:37 +0200 |
Raphaël Gomès |
dirstate-v2: Initial Python serializer
|
Sun, 03 Oct 2021 13:18:03 +0200 |
Simon Sapin |
dirstate-v2: initial Python parser
|
Mon, 11 Oct 2021 18:23:17 +0200 |
Simon Sapin |
dirstate-v2: Document flags/mode/size/mtime fields of tree nodes
|
Fri, 01 Oct 2021 09:29:50 +0200 |
Pierre-Yves David |
dirstate-item: drop the legacy new_normal constructor
|
Fri, 01 Oct 2021 09:29:32 +0200 |
Pierre-Yves David |
dirstate-item: replace call to new_normal
|
Fri, 01 Oct 2021 09:28:19 +0200 |
Pierre-Yves David |
dirstate-item: replace a call to new_normal
|
Fri, 01 Oct 2021 09:25:13 +0200 |
Pierre-Yves David |
dirstate-item: drop the legacy new_possibly_dirty constructor
|
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: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: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 20:35:30 +0200 |
Pierre-Yves David |
dirstate-item: change the internal storage and constructor value
|
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
|
Wed, 29 Sep 2021 14:52:44 +0200 |
Pierre-Yves David |
dirstate-entry: use `?` for the state of entry without any tracking
|
Wed, 29 Sep 2021 14:51:31 +0200 |
Pierre-Yves David |
dirstate-item: introduce a `any_tracked` property
|
Wed, 29 Sep 2021 14:41:19 +0200 |
Pierre-Yves David |
dirstate-item: introduce a `maybe_clean` property
|
Tue, 28 Sep 2021 20:00:19 +0200 |
Pierre-Yves David |
dirstate: drop the from_p2_removed method
|
Tue, 28 Sep 2021 19:29:44 +0200 |
Pierre-Yves David |
dirstate: inline the `from_p2_removed` logic
|
Tue, 28 Sep 2021 19:15:46 +0200 |
Pierre-Yves David |
dirstate: drop the merged_removed method
|
Tue, 28 Sep 2021 19:12:44 +0200 |
Pierre-Yves David |
dirstate: inline the merged_removed logic
|
Tue, 28 Sep 2021 18:29:57 +0200 |
Pierre-Yves David |
dirstate: drop unused condition in `from_p2`
|
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, 15 Sep 2021 18:05:39 +0200 |
Pierre-Yves David |
dirstate: introduce a set_tracked method on "map" and "item"
|
Thu, 02 Sep 2021 03:59:35 +0200 |
Pierre-Yves David |
dirstate: introduce a `set_clean` method on dirstate's map and items
|
Fri, 27 Aug 2021 18:00:47 +0200 |
Pierre-Yves David |
dirstate-item: implement `v1_mtime` with higher level block
|
Fri, 27 Aug 2021 17:59:00 +0200 |
Pierre-Yves David |
dirstate-item: implement `v1_size` with higher level block
|
Fri, 27 Aug 2021 17:48:12 +0200 |
Pierre-Yves David |
dirstate-item: implement v1_state with higher level block
|
Fri, 27 Aug 2021 18:04:49 +0200 |
Pierre-Yves David |
dirstate-item: add more logic to `from_p2`
|
Fri, 27 Aug 2021 17:14:54 +0200 |
Pierre-Yves David |
dirstate-item: implement `merged_removed` in a simpler way
|
Fri, 27 Aug 2021 17:12:39 +0200 |
Pierre-Yves David |
dirstate-item: implement `removed` in a simpler way
|
Fri, 27 Aug 2021 17:10:26 +0200 |
Pierre-Yves David |
dirstate-item: implement `from_p2_removed` in a simpler way
|
Fri, 27 Aug 2021 17:09:49 +0200 |
Pierre-Yves David |
dirstate-item: implement `from_p2` in a simpler way
|
Fri, 27 Aug 2021 17:09:06 +0200 |
Pierre-Yves David |
dirstate-item: implement `merged` in a simpler way
|
Fri, 27 Aug 2021 17:07:56 +0200 |
Pierre-Yves David |
dirstate-item: implement `added` in a simpler way
|
Fri, 27 Aug 2021 17:07:12 +0200 |
Pierre-Yves David |
dirstate-item: implement `tracked` in a simpler way
|
Fri, 27 Aug 2021 15:10:21 +0200 |
Pierre-Yves David |
dirstate-item: keep the full information in memory (for pure form)
|
Thu, 26 Aug 2021 16:50:14 +0200 |
Pierre-Yves David |
dirstate-item: have all the logic go through the v1_ accessors
|
Thu, 26 Aug 2021 16:39:00 +0200 |
Pierre-Yves David |
dirstate-item: drop the deprecated __getitem__ variante
|