mercurial/commit.py
Sat, 25 Jul 2020 16:13:32 +0200 Pierre-Yves David commitctx: create the ChangingFiles object directly in the various case
Sat, 25 Jul 2020 16:13:17 +0200 Pierre-Yves David commitctx: no longer make the storage and added/removed file optional
Sat, 25 Jul 2020 16:07:38 +0200 Pierre-Yves David commitctx: directly gather p1 and p2 copies in `files`
Sat, 25 Jul 2020 15:55:09 +0200 Pierre-Yves David commitctx: directly pass a ChangingFiles object to changelog.add
Sat, 25 Jul 2020 15:49:12 +0200 Pierre-Yves David commitctx: return a richer object from _prepare_files
Sat, 25 Jul 2020 15:37:05 +0200 Pierre-Yves David commitctx: gather more code dealing with copy-in-extra
Sat, 25 Jul 2020 15:33:45 +0200 Pierre-Yves David commitctx: rename files to touched in a couple of place
Sat, 25 Jul 2020 15:13:25 +0200 Pierre-Yves David commitctx: extract copy information encoding into extra into commit.py
Sat, 25 Jul 2020 14:59:55 +0200 Pierre-Yves David commitctx: create the new extra dict on its own line
Wed, 29 Jul 2020 15:40:13 +0200 Pierre-Yves David commitctx: explicitly pass `manifest` to _commit_manifest
Thu, 23 Jul 2020 23:52:31 +0200 Pierre-Yves David commitctx: extract all the file preparation logic in a new function
Thu, 23 Jul 2020 23:58:23 +0200 Pierre-Yves David commitctx: gather more preparation code within the lock context
Thu, 23 Jul 2020 23:40:59 +0200 Pierre-Yves David commitctx: move a special case about files earlier
Thu, 23 Jul 2020 18:25:45 +0200 Pierre-Yves David commitctx: extract all the manual logic to process the files
Thu, 23 Jul 2020 23:08:00 +0200 Pierre-Yves David commitctx: treat `filesadded` more like `filesremoved`
Thu, 23 Jul 2020 22:58:29 +0200 Pierre-Yves David commitctx: move `writechangesetcopy` business at the end a code section
Thu, 23 Jul 2020 21:09:42 +0200 Pierre-Yves David commitctx: move copy meta config reading in a dedicated function
Thu, 23 Jul 2020 21:03:30 +0200 Pierre-Yves David commitctx: no longer use the `writecopiesto` variable in the function
Thu, 23 Jul 2020 14:58:21 +0200 Pierre-Yves David commitctx: extract the function that commit a new manifest
Fri, 24 Jul 2020 12:52:32 +0200 Pierre-Yves David commitctx: stop using weakref proxy for transaction
Wed, 22 Jul 2020 16:10:33 +0200 Pierre-Yves David commitctx: document the None return for "touched" value
Tue, 07 Jul 2020 00:18:15 +0200 Pierre-Yves David commitctx: extract _filecommit too
Mon, 06 Jul 2020 23:14:52 +0200 Pierre-Yves David commitctx: extract the function in a dedicated module
less more (0) tip