Mercurial > public > mercurial-scm > hg-stable
log mercurial/commit.py @ 45715:0428978bca22
age | author | description |
---|---|---|
Sat, 10 Oct 2020 12:43:04 +0530 | Pulkit Goyal | mergestate: add `allextras()` to get all extras |
Sat, 10 Oct 2020 13:19:25 +0530 | Pulkit Goyal | commit: pass ChangingFiles object as argument to _process_files |
Sat, 10 Oct 2020 13:15:20 +0530 | Pulkit Goyal | commit: pass mergestate into `_process_files` instead of re-reading it |
Sat, 10 Oct 2020 13:12:11 +0530 | Pulkit Goyal | commit: move salvaged calculation a bit earlier in the function |
Sat, 10 Oct 2020 12:53:35 +0530 | Pulkit Goyal | commit: refactor salvage calculation to a different function |
Mon, 14 Sep 2020 23:47:42 +0200 | Pierre-Yves David | salvaged: record salvaged in ChangingFiles at commit time |
Fri, 25 Sep 2020 02:01:32 +0200 | Pierre-Yves David | changing-files: record merged files at commit time |