diff contrib/perf.py @ 10282:08a0f04b56bd

many, many trivial check-code fixups
author Matt Mackall <mpm@selenic.com>
date Mon, 25 Jan 2010 00:05:27 -0600
parents 24ce8f0c0a39
children 283f3b413f19
line wrap: on
line diff
--- a/contrib/perf.py	Mon Jan 25 00:05:22 2010 -0600
+++ b/contrib/perf.py	Mon Jan 25 00:05:27 2010 -0600
@@ -36,7 +36,7 @@
     except:
         try:
             m = cmdutil.match(repo, pats, {})
-            timer(lambda: len([b for a,b,c in repo.dirstate.statwalk([], m)]))
+            timer(lambda: len([b for a, b, c in repo.dirstate.statwalk([], m)]))
         except:
             timer(lambda: len(list(cmdutil.walk(repo, pats, {}))))