diff -r 0132221c25cd -r 876494fd967d mercurial/merge.py --- 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