diff -r b6dbc860570d -r b14c8bcfbad9 mercurial/commands.py --- 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'):