log

age author description
Tue, 21 Feb 2023 16:20:11 +0100 Pierre-Yves David status: simplify the post status fixup phases
Tue, 21 Feb 2023 15:35:31 +0100 Pierre-Yves David dirstate: cleanup the `_map` property cache
Wed, 22 Feb 2023 01:08:25 +0100 Pierre-Yves David dirstate: only reload the dirstate when it may have changed
Wed, 22 Feb 2023 01:04:55 +0100 Pierre-Yves David dirstate: directly manage the dirstate property on localrepo
Tue, 21 Feb 2023 15:10:12 +0100 Pierre-Yves David dirstate: factor the identity getting/setting code in the dirstate map
Wed, 22 Feb 2023 00:53:51 +0100 Pierre-Yves David dirstate: use `cachestat` object for dirstatemap identity
Tue, 21 Feb 2023 22:17:33 +0100 Pierre-Yves David automv: lock the repository before searching for renames
Mon, 20 Feb 2023 23:46:20 +0100 Pierre-Yves David dirstate: distinct transaction callback from largefile
Mon, 20 Feb 2023 16:31:36 +0100 Pierre-Yves David dirstate: track that changes are pending in a transaction
Tue, 21 Feb 2023 17:43:43 +0100 Pierre-Yves David dirstate: add small asserts for double security
Mon, 20 Feb 2023 15:58:17 +0100 Pierre-Yves David dirstate: simplify the invalidation management on context exit
Mon, 20 Feb 2023 15:52:55 +0100 Pierre-Yves David dirstate: use the new `check_invalidated` decorator for `_changing`
Tue, 21 Feb 2023 22:25:20 +0100 Pierre-Yves David dirstate: introduce a check_invalidated decorator
Sun, 19 Feb 2023 03:21:12 +0100 Pierre-Yves David dirstate: warn if dirty when starting an edition
Tue, 21 Feb 2023 03:22:51 +0100 Pierre-Yves David large-files: make sure we write newly initialized standin file early