Thu, 26 Jan 2023 17:16:24 +0100 |
Pierre-Yves David |
dirstate: factor the "changing" context logic out
|
Thu, 26 Jan 2023 15:50:45 +0100 |
Pierre-Yves David |
dirstate: introduce a `is_changing_any` property
|
Mon, 30 Jan 2023 19:21:34 +0100 |
Pierre-Yves David |
dirstate: rename `pendingparentchange` to `is_changing_parents`
|
Thu, 26 Jan 2023 15:50:36 +0100 |
Pierre-Yves David |
dirstate: rename _parentwriters to _changing_level
|
Wed, 15 Feb 2023 00:26:08 +0100 |
Pierre-Yves David |
dirstate: introduce a `hacky_extension_update_file` method
|
Mon, 06 Feb 2023 01:22:01 +0100 |
Pierre-Yves David |
dirstate: drop some very fishy looking piece of code
|
Tue, 14 Feb 2023 23:05:18 +0100 |
Pierre-Yves David |
dirstate: do not write an empty dirstate just for backup
|
Tue, 14 Feb 2023 22:46:26 +0100 |
Pierre-Yves David |
dirstate: pre-indent some of the backup code
|
Tue, 13 Dec 2022 12:50:52 +0100 |
Pierre-Yves David |
dirstate: enforce holding the lock while doing any changes
|
Thu, 26 Jan 2023 15:19:39 +0100 |
Pierre-Yves David |
dirstate: rename `@requires_no_parents_change` too
|
Thu, 26 Jan 2023 15:17:29 +0100 |
Pierre-Yves David |
dirstate: rename `@requires_parents_change` to `@requires_changing_parents`
|
Tue, 13 Dec 2022 12:10:37 +0100 |
Pierre-Yves David |
dirstate: write dirstate on successful exit of changing_parents context
|
Wed, 25 Jan 2023 19:12:31 +0100 |
Pierre-Yves David |
dirstate: rename parentchange to changing_parents
|
Wed, 25 Jan 2023 18:46:20 +0100 |
Pierre-Yves David |
dirstate: pass the repo to the `changeparent` method
|
Tue, 13 Dec 2022 11:39:44 +0100 |
Pierre-Yves David |
dirstate: invalidate changes when parent-change fails
|
Wed, 21 Dec 2022 12:26:00 +0100 |
Raphaël Gomès |
verify: print short `p1` node in relevant dirstate messages
|
Wed, 21 Dec 2022 12:03:02 +0100 |
Raphaël Gomès |
verify: format messages directly at the source
|
Mon, 02 May 2022 11:58:43 +0200 |
Raphaël Gomès |
dirstate: update messages in verify to not use the old `state` API
|
Mon, 02 May 2022 17:39:01 +0200 |
Raphaël Gomès |
dirstate: add narrow support to `verify`
|
Mon, 02 May 2022 11:42:23 +0200 |
Raphaël Gomès |
dirstate: stop using `entry.state()` for logic in `verify`
|
Wed, 06 Jul 2022 11:46:00 +0200 |
Raphaël Gomès |
rust-status: expose DifferenceMatcher from Rust to Python
|
Wed, 31 Aug 2022 06:37:42 +0200 |
Pierre-Yves David |
dirstate-v2: backup the data file during the transaction (issue6730)
stable
|
Sat, 11 Jun 2022 00:26:25 +0200 |
Pierre-Yves David |
sparse: use the rust code even when sparse is present
|
Fri, 10 Jun 2022 23:19:04 +0200 |
Pierre-Yves David |
sparse: directly inline the `set_tracked` and `copy` wrapping
|
Sat, 11 Jun 2022 00:59:11 +0200 |
Pierre-Yves David |
sparse: directly inline the `rebuild` wrapping
|
Sat, 11 Jun 2022 00:58:41 +0200 |
Pierre-Yves David |
sparse: directly inline the `walk` wrapping
|
Sat, 11 Jun 2022 00:56:50 +0200 |
Pierre-Yves David |
sparse: use None as the sparse matcher value when disabled
|
Wed, 08 Jun 2022 18:18:19 +0200 |
Raphaël Gomès |
rust-dirstate: add support for nevermatcher
|
Wed, 08 Jun 2022 18:12:55 +0200 |
Raphaël Gomès |
rust-dirstate: add `intersectionmatcher` to the allowed matchers
|
Wed, 08 Jun 2022 15:39:14 +0200 |
Raphaël Gomès |
rust-dirstate: add `unionmatcher` to the allowed matchers
|