diff -r 0e64d814d7d0 -r 283f3b413f19 contrib/perf.py --- a/contrib/perf.py Wed Feb 17 15:43:21 2010 +0100 +++ b/contrib/perf.py Wed Feb 17 20:30:57 2010 +0100 @@ -42,7 +42,7 @@ def perfstatus(ui, repo, *pats): #m = match.always(repo.root, repo.getcwd()) - #timer(lambda: sum(map(len, repo.dirstate.status(m, False, False, False)))) + #timer(lambda: sum(map(len, repo.dirstate.status(m, [], False, False, False)))) timer(lambda: sum(map(len, repo.status()))) def perfheads(ui, repo):