mercurial/commands.py
changeset 35548 b14c8bcfbad9
parent 35545 349bcd7fa670
child 35575 dda3cae3c9c5
--- a/mercurial/commands.py	Thu Jan 04 12:00:18 2018 +0900
+++ b/mercurial/commands.py	Sun Oct 22 22:49:11 2017 +0900
@@ -3410,7 +3410,7 @@
         del opts['follow']
 
     repo = scmutil.unhidehashlikerevs(repo, opts.get('rev'), 'nowarn')
-    revs, expr, filematcher = cmdutil.getlogrevs(repo, pats, opts)
+    revs, filematcher = cmdutil.getlogrevs(repo, pats, opts)
     hunksfilter = None
 
     if opts.get('graph'):