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