mercurial/scmutil.py
changeset 20781 8ecfa225bd16
parent 20715 b93791e0de25
child 20798 170d6d591a7d
--- a/mercurial/scmutil.py	Tue Mar 18 17:54:42 2014 -0500
+++ b/mercurial/scmutil.py	Tue Mar 18 17:56:27 2014 -0500
@@ -533,7 +533,7 @@
             pass
 
         # fall through to new-style queries if old-style fails
-        m = revset.match(repo.ui, spec)
+        m = revset.match(repo.ui, spec, repo)
         if seen or l:
             dl = [r for r in m(repo, revset.spanset(repo)) if r not in seen]
             l = l + dl