diff -r ca3376f044f8 -r 9f5a0acb0056 mercurial/cmdutil.py --- a/mercurial/cmdutil.py Sat Apr 30 19:41:53 2011 +0200 +++ b/mercurial/cmdutil.py Sat Apr 30 18:30:14 2011 +0200 @@ -174,7 +174,7 @@ pass # fall through to new-style queries if old-style fails - m = revset.match(spec) + m = revset.match(repo.ui, spec) for r in m(repo, range(len(repo))): if r not in seen: l.append(r)