Mercurial > public > mercurial-scm > hg
log mercurial/commit.py @ 45382:0652a533fe3c
age | author | description |
---|---|---|
Mon, 10 Aug 2020 15:29:02 +0530 | Pulkit Goyal | mergestate: use _stateextras instead of merge records for commit related info |
Tue, 28 Jul 2020 20:21:06 +0200 | Pierre-Yves David | commitctx: directly update the touched and added set of files |
Tue, 28 Jul 2020 20:19:09 +0200 | Pierre-Yves David | commitctx: directly updated the set of removed files |
Wed, 29 Jul 2020 16:48:31 +0200 | Pierre-Yves David | commitctx: create the `ChangingFiles` object sooner |
Sat, 25 Jul 2020 16:34:02 +0200 | Pierre-Yves David | commitctx: move ChangingFiles creation directly inside `_process_files` |
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 |