Mercurial > public > mercurial-scm > hg
log mercurial/commit.py @ 45443:037e88d453fa
age | author | description |
---|---|---|
Thu, 03 Sep 2020 14:14:04 +0530 | Pulkit Goyal | commit: pass mergestate into _filecommit() instead of re-reading it |
Thu, 03 Sep 2020 14:14:40 +0530 | Pulkit Goyal | commit: fix a wrong argument name in documentation |
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` |