diff -r b25fa5da4ca2 -r 67893a516272 tests/test-glog.t --- a/tests/test-glog.t Wed Jan 03 15:46:15 2018 +0900 +++ b/tests/test-glog.t Wed Jan 03 15:58:59 2018 +0900 @@ -95,7 +95,7 @@ > revs = cmdutil._logrevs(repo, opts) > if not revs: > return None - > match, pats, slowpath = cmdutil._makelogmatcher(repo, pats, opts) + > match, pats, slowpath = cmdutil._makelogmatcher(repo, revs, pats, opts) > return cmdutil._makelogrevset(repo, match, pats, slowpath, opts)[0] > > def uisetup(ui):