Mercurial > public > mercurial-scm > hg
log mercurial/filemerge.py @ 38952:0e58c5b20745
age | author | description |
---|---|---|
Mon, 23 Jul 2018 22:51:53 -0700 | Martin von Zweigbergk | mergetool: warn if ui.merge points to nonexistent tool |
Thu, 26 Jul 2018 17:11:03 -0700 | Kyle Lippincott | resolve: add option to warn/abort on -m with unresolved conflict markers |
Sat, 26 May 2018 12:20:36 +0900 | Yuya Nishihara | py3: wrap tempfile.mkdtemp() to use bytes path |
Sat, 26 May 2018 12:14:04 +0900 | Yuya Nishihara | py3: wrap tempfile.mkstemp() to use bytes path |
Thu, 24 May 2018 15:56:47 -0600 | hindlemail | filemerge: don't pass function name as loadpath's module_name param |
Wed, 16 May 2018 14:11:41 -0600 | hindlemail | filemerge: support specifying a python function to custom merge-tools |
Sat, 24 Mar 2018 15:10:51 +0900 | Yuya Nishihara | procutil: bulk-replace function calls to point to new module |