tests/test-revset.t
changeset 37674 f83cb91b052e
parent 37350 e32dfff71529
child 37760 29eb4cafeeb8
--- a/tests/test-revset.t	Sat Apr 14 12:44:40 2018 +0900
+++ b/tests/test-revset.t	Sat Apr 14 12:57:32 2018 +0900
@@ -60,7 +60,7 @@
   >             opttree = revsetlang.optimize(revsetlang.analyze(tree))
   >             ui.note(b"* optimized:\n", revsetlang.prettyformat(opttree),
   >                     b"\n")
-  >     func = revset.match(ui, expr, repo)
+  >     func = revset.match(ui, expr, lookup=revset.lookupfn(repo))
   >     revs = func(repo)
   >     if ui.verbose:
   >         ui.note(b"* set:\n", smartset.prettyformat(revs), b"\n")