diff mercurial/patch.py @ 3673:eb0b4a2d70a9

white space and line break cleanups
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 17 Nov 2006 08:06:54 +0100
parents 4cfb72bcb978
children 454b3a8cdf28
line wrap: on
line diff
--- a/mercurial/patch.py	Thu Nov 16 08:52:55 2006 +0100
+++ b/mercurial/patch.py	Fri Nov 17 08:06:54 2006 +0100
@@ -143,7 +143,7 @@
             if m:
                 if gp:
                     gitpatches.append(gp)
-                src, dst = m.group(1,2)
+                src, dst = m.group(1, 2)
                 gp = gitpatch(dst)
                 gp.lineno = lineno
         elif gp: