diff -r aaf4e2d77148 -r 964df7b4fb1b contrib/perf.py --- a/contrib/perf.py Tue Nov 24 20:08:21 2015 +0000 +++ b/contrib/perf.py Tue Nov 24 20:05:15 2015 +0000 @@ -329,10 +329,6 @@ @command('perflookup', formatteropts) def perflookup(ui, repo, rev, **opts): timer, fm = gettimer(ui, opts) - -@command('perflookup', formatteropts) -def perflookup(ui, repo, rev, **opts): - timer, fm = gettimer(ui, opts) timer(lambda: len(repo.lookup(rev))) fm.end()