Mercurial > public > mercurial-scm > hg-stable
log mercurial/commit.py @ 45275:b3040b6739ce
age | author | description |
---|---|---|
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 |