diff -r a5603ad915c5 -r 53e843840349 mercurial/patch.py --- a/mercurial/patch.py Thu Sep 21 21:24:53 2006 +0200 +++ b/mercurial/patch.py Sun Oct 01 19:26:33 2006 +0200 @@ -128,7 +128,7 @@ self.op = 'MODIFY' self.copymod = False self.lineno = 0 - + # Filter patch for git information gitre = re.compile('diff --git a/(.*) b/(.*)') pf = file(patchname)