diff mercurial/manifest.py @ 16683:525fdb738975

cleanup: eradicate long lines
author Brodie Rao <brodie@sf.io>
date Sat, 12 May 2012 15:54:54 +0200
parents a1dcd842ce17
children 9724f8f8850b
line wrap: on
line diff
--- a/mercurial/manifest.py	Fri May 11 18:41:04 2012 +0200
+++ b/mercurial/manifest.py	Sat May 12 15:54:54 2012 +0200
@@ -126,8 +126,8 @@
                     addlist[start:end] = array.array('c', content)
                 else:
                     del addlist[start:end]
-            return "".join(struct.pack(">lll", start, end, len(content)) + content
-                           for start, end, content in x)
+            return "".join(struct.pack(">lll", start, end, len(content))
+                           + content for start, end, content in x)
 
         def checkforbidden(l):
             for f in l: