hgext/color.py
changeset 8624 2b3dec0ef3ae
parent 8623 0c159aa7b329
child 8630 8ff65f7e3273
--- a/hgext/color.py	Mon May 25 22:54:16 2009 +0200
+++ b/hgext/color.py	Mon May 25 23:06:11 2009 +0200
@@ -116,7 +116,7 @@
         lines = lines_with_status
 
     # apply color to output and display it
-    for i in xrange(0, len(lines)):
+    for i in xrange(len(lines)):
         status = _status_abbreviations[lines_with_status[i][0]]
         effects = _status_effects[status]
         if effects: