mercurial/patch.py
changeset 3673 eb0b4a2d70a9
parent 3629 4cfb72bcb978
child 3693 454b3a8cdf28
--- 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: