techtonik / python-patch

Library to parse and apply unified diffs
https://pypi.python.org/pypi/patch
112 stars 64 forks source link

Detect Mercurial renames #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
python-patch does't understand Mercurial diff renames. It should.

Original issue reported on code.google.com by techtonik@gmail.com on 16 Mar 2011 at 10:19

GoogleCodeExporter commented 9 years ago
Mercurial diff format doesn't seem to support renames. It is a property of Git 
diff format.

Original comment by techtonik@gmail.com on 3 Mar 2014 at 9:16