diff -r e8730b5b8a32 -r eb0b4a2d70a9 mercurial/patch.py --- 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: