diff hgext/patchbomb.py @ 3490:ceaa3fefc10c

Merge with crew
author Matt Mackall <mpm@selenic.com>
date Tue, 24 Oct 2006 13:46:04 -0500
parents 0e68608bd11d
children abaee83ce0a6 ff49da8bd6ae 2601ac9c54f0
line wrap: on
line diff
--- a/hgext/patchbomb.py	Mon Oct 23 17:12:20 2006 -0500
+++ b/hgext/patchbomb.py	Tue Oct 24 13:46:04 2006 -0500
@@ -195,7 +195,7 @@
 
     ui.write(_('This patch series consists of %d patches.\n\n') % len(patches))
 
-    for p, i in zip(patches, range(len(patches))):
+    for p, i in zip(patches, xrange(len(patches))):
         jumbo.extend(p)
         msgs.append(makepatch(p, i + 1, len(patches)))