mercurial/commands.py
changeset 36005 dd77e36eabb6
parent 36003 fcde8946c553
child 36006 f113ac0750f3
--- a/mercurial/commands.py	Sun Jan 21 14:37:04 2018 +0900
+++ b/mercurial/commands.py	Sun Jan 21 15:34:37 2018 +0900
@@ -3431,7 +3431,7 @@
         revs, lrfilematcher, hunksfilter = logcmdutil.getlinerangerevs(
             repo, revs, opts)
 
-        if filematcher is not None and lrfilematcher is not None:
+        if filematcher is not None:
             basefilematcher = filematcher
 
             def filematcher(rev):