tests/printrevset.py
changeset 45567 a717de1cb624
parent 43076 2372284d9457
child 45568 c1d0f83d62c4
--- a/tests/printrevset.py	Sat Sep 12 16:11:10 2020 +0900
+++ b/tests/printrevset.py	Sat Sep 12 16:19:01 2020 +0900
@@ -16,7 +16,7 @@
     if not revs:
         return None
     match, pats, slowpath = logcmdutil._makematcher(repo, revs, pats, opts)
-    return logcmdutil._makerevset(repo, match, pats, slowpath, opts)
+    return logcmdutil._makerevset(repo, pats, slowpath, opts)
 
 
 def uisetup(ui):