Wed, 15 Feb 2023 23:39:10 +0100 Pierre-Yves David rollback: avoid a `hg commit --addremove` at a critical point
Wed, 15 Feb 2023 20:48:51 +0100 Pierre-Yves David rollback: display some graphlog before/after a test piece
Wed, 15 Feb 2023 20:47:08 +0100 Pierre-Yves David rollback: show that the safety works in a associated test
Tue, 14 Feb 2023 00:40:27 +0100 Pierre-Yves David dirstate-guard: remove its usage in `backout`
Tue, 14 Feb 2023 00:42:00 +0100 Pierre-Yves David dirstate-guard: remove the usage in `import`
Tue, 14 Feb 2023 00:39:49 +0100 Pierre-Yves David dirstate-guard: replace a usage in `rebase` with a transaction
Tue, 14 Feb 2023 00:31:41 +0100 Pierre-Yves David dirstate-guard: remove usage in `rebase`
Tue, 14 Feb 2023 00:31:23 +0100 Pierre-Yves David dirstate-guard: remove it usage in `mq`
Thu, 26 Jan 2023 17:46:54 +0100 Pierre-Yves David dirstate: enforce the use of `changing_files` context to change tracking
Tue, 13 Dec 2022 03:55:14 +0100 Pierre-Yves David dirstate: warn if we write to the dirstate without holding the wlock
Wed, 15 Feb 2023 21:31:37 +0100 Pierre-Yves David dirstate: avoid transaction backup/restore if we do not hold the lock
Tue, 13 Dec 2022 09:59:22 +0100 Pierre-Yves David dirstate: issue a developer warning on implicit write on wlock release
Wed, 15 Feb 2023 23:29:04 +0100 Pierre-Yves David status: fix post status invalidation
Wed, 15 Feb 2023 23:28:20 +0100 Pierre-Yves David status: fix post status writing
Thu, 15 Dec 2022 02:54:06 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `shelve`
Thu, 15 Dec 2022 03:04:58 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `unshelve`
Thu, 15 Dec 2022 06:22:23 +0100 Pierre-Yves David shelve: adjust what happens in some `changing_parents` context
Mon, 13 Feb 2023 23:29:30 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `lfconvert`
Sun, 05 Feb 2023 12:09:52 +0100 Pierre-Yves David largefiles: rely on main scoping for writing dirstate in `markcommitted`
Sun, 05 Feb 2023 12:05:23 +0100 Pierre-Yves David largefiles: rely on main scoping for writing dirstate in `mergeupdate`
Sat, 04 Feb 2023 16:54:46 +0100 Pierre-Yves David largefiles: rely on the higher level `changing_giles` in `mergerecordupdates`
Wed, 14 Dec 2022 00:46:58 +0100 Pierre-Yves David dirstate: use wlock and `dirstate.change_files` to scope the change in `mq`
Wed, 25 Jan 2023 12:51:26 +0100 Pierre-Yves David subrepo: use `changing_files` context in subrepository code
Sat, 04 Feb 2023 12:14:19 +0100 Pierre-Yves David subrepo: let black expand some call on multiple lines early
Wed, 14 Dec 2022 00:43:24 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `import`
Wed, 14 Dec 2022 00:52:06 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `automv`
Wed, 14 Dec 2022 00:47:22 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `amend`
Wed, 25 Jan 2023 12:46:46 +0100 Pierre-Yves David dirstate: use the `changing_files` context in the `keyword` demo
Wed, 25 Jan 2023 12:56:26 +0100 Pierre-Yves David dirstate: wrap repository change in appropriate context in `test-context`
Wed, 25 Jan 2023 12:57:52 +0100 Pierre-Yves David dirstate: use wlock and changing_files context in `test-revlog-ancestry`
Tue, 13 Dec 2022 15:01:59 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `revert`
Wed, 25 Jan 2023 12:46:22 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `gpg`
Tue, 13 Dec 2022 16:57:41 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `tag`
Tue, 31 Jan 2023 00:05:12 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `rename`
Tue, 31 Jan 2023 00:08:53 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `copy`
Tue, 13 Dec 2022 16:29:30 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `remove`
Tue, 13 Dec 2022 16:27:57 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `forget`
Tue, 13 Dec 2022 15:07:32 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `addremove`
Tue, 13 Dec 2022 12:57:38 +0100 Pierre-Yves David dirstate: use `dirstate.change_files` to scope the change in `add`
Wed, 15 Feb 2023 11:51:58 +0100 Pierre-Yves David commit: use `dirstate.change_files` to scope the associated `addremove`
Sun, 05 Feb 2023 15:38:23 +0100 Pierre-Yves David commit: move the addremove logic around to make the next changeset clearer
Wed, 15 Feb 2023 10:46:46 +0100 Pierre-Yves David largefiles: link the core dirstate._changing context to the lfdirstate one
Thu, 26 Jan 2023 17:44:27 +0100 Pierre-Yves David dirstate: add a context for tracking files change
Mon, 13 Feb 2023 21:51:45 +0100 Pierre-Yves David dirstate: invalidate the dirstate change on transaction failure
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
Sun, 05 Feb 2023 12:14:45 +0100 Pierre-Yves David largefiles: remove the `changing_parents` context in `openlfdirstate`
Wed, 15 Feb 2023 00:57:16 +0100 Pierre-Yves David largefiles: remove the second `changing_parents` in `updatelfiles`
Wed, 15 Feb 2023 00:55:44 +0100 Pierre-Yves David largefiles: remove the first `changing_parents` in `updatelfiles`
Sun, 05 Feb 2023 09:25:23 +0100 Pierre-Yves David largefiles: use `hacky_extension_update_file` in `updatelfiles`
Sun, 05 Feb 2023 08:38:43 +0100 Pierre-Yves David largefiles: use `hacky_extension_update_file` in `synclfdirstate`
Sun, 05 Feb 2023 08:37:33 +0100 Pierre-Yves David largefiles: use `hacky_extension_update_file` in `openlfdirstate`
Sat, 04 Feb 2023 09:08:26 +0100 Pierre-Yves David win32text: make the hacky call cover more cases
Wed, 25 Jan 2023 12:47:55 +0100 Pierre-Yves David win32text: drop the `changing_parents` context in revert upgrade
Wed, 15 Feb 2023 00:29:39 +0100 Pierre-Yves David win32text: clean up and clarify the post-revert hack of dirstate
Wed, 15 Feb 2023 00:26:08 +0100 Pierre-Yves David dirstate: introduce a `hacky_extension_update_file` method
Tue, 07 Feb 2023 09:36:35 +0100 Pierre-Yves David mq: properly take the wlock during the full qfold operation
Sat, 04 Feb 2023 11:46:57 +0100 Pierre-Yves David locking: hold the wlock for the full duration of the "keyword demo"
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip