changeset 45565 | c1d0f83d62c4 |
parent 45556 | 03726f5b6092 |
child 45648 | 3a024d7cd08e |
--- a/mercurial/commands.py Sat Sep 12 16:19:01 2020 +0900 +++ b/mercurial/commands.py Sat Sep 12 21:06:16 2020 +0900 @@ -4734,7 +4734,9 @@ ) repo = scmutil.unhidehashlikerevs(repo, opts.get(b'rev'), b'nowarn') - revs, differ = logcmdutil.getrevs(repo, pats, opts) + revs, differ = logcmdutil.getrevs( + repo, logcmdutil.parseopts(ui, pats, opts) + ) if linerange: # TODO: should follow file history from logcmdutil._initialrevs(), # then filter the result by logcmdutil._makerevset() and --limit