diff hgext/hgk.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 25e572394f5c
children 4612cded5176
line wrap: on
line diff
--- a/hgext/hgk.py	Mon Jan 25 00:05:22 2010 -0600
+++ b/hgext/hgk.py	Mon Jan 25 00:05:27 2010 -0600
@@ -186,7 +186,7 @@
                     l[x].changeset() # force reading
                 else:
                     l[x] = 1
-            for x in xrange(chunk-1, -1, -1):
+            for x in xrange(chunk - 1, -1, -1):
                 if l[x] != 0:
                     yield (i + x, full != None and l[x] or None)
             if i == 0: