diff mercurial/commands.py @ 10413:e433002acb05

fix up a bunch of check-code warnings
author Matt Mackall <mpm@selenic.com>
date Tue, 09 Feb 2010 14:12:22 -0600
parents 2d30d66a89ad
children 8b45102934e2
line wrap: on
line diff
--- a/mercurial/commands.py	Tue Feb 09 13:53:24 2010 -0600
+++ b/mercurial/commands.py	Tue Feb 09 14:12:22 2010 -0600
@@ -1835,7 +1835,8 @@
     wlock = lock = None
 
     def tryone(ui, hunk):
-        tmpname, message, user, date, branch, nodeid, p1, p2 = patch.extract(ui, hunk)
+        tmpname, message, user, date, branch, nodeid, p1, p2 = \
+            patch.extract(ui, hunk)
 
         if not tmpname:
             return None