diff -r a6543fdcf869 -r 91f3ac205816 contrib/perf.py --- a/contrib/perf.py Tue May 29 23:26:55 2012 +0200 +++ b/contrib/perf.py Fri Jun 01 12:37:18 2012 -0700 @@ -74,7 +74,7 @@ def perfancestors(ui, repo): heads = repo.changelog.headrevs() def d(): - for a in repo.changelog.ancestors(*heads): + for a in repo.changelog.ancestors(heads): pass timer(d)