changeset 41365 | 876494fd967d |
parent 41155 | 8c222bec97da |
child 41569 | ef2295651351 |
--- a/mercurial/merge.py Mon Sep 24 14:46:37 2018 -0700 +++ b/mercurial/merge.py Thu Jan 17 09:17:12 2019 -0800 @@ -1186,9 +1186,6 @@ diff = m1.diff(m2, match=matcher) - if matcher is None: - matcher = matchmod.always('', '') - actions = {} for f, ((n1, fl1), (n2, fl2)) in diff.iteritems(): if n1 and n2: # file exists on both local and remote side