tests/test-glog.t
changeset 35687 67893a516272
parent 35686 b25fa5da4ca2
child 35690 3e394e0558d7
--- 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):