Mercurial > public > mercurial-scm > hg
log mercurial/simplemerge.py @ 33097:fce4ed2912bb
age | author | description |
---|---|---|
Thu, 22 Jun 2017 03:16:16 +0530 | Pulkit Goyal | py3: convert kwargs' keys' to str using pycompat.strkwargs() |
Thu, 02 Mar 2017 13:30:58 +0100 | Pierre-Yves David | vfs: use 'vfs' module directly in 'mercurial.simplemerge' |
Thu, 02 Mar 2017 03:52:36 +0100 | Pierre-Yves David | vfs: replace 'scmutil.opener' usage with 'scmutil.vfs' |
Mon, 17 Oct 2016 23:16:55 +0200 | Mads Kiilerich | spelling: fixes of non-dictionary words |
Thu, 20 Oct 2016 22:09:50 +0900 | Yuya Nishihara | simplemerge: obtain stdout from ui |
Wed, 10 Feb 2016 09:06:08 -0800 | Ryan McElroy | merge: minimize conflicts when common base is not shown (issue4447) |
Wed, 10 Feb 2016 08:25:03 -0800 | Ryan McElroy | merge: introduce method to minimize merge regions |