techtonik / python-patch

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

Support Mercurial format #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tracker issue to monitor when Mercurial patch format will be parsed and applied 
correctly.

Original issue reported on code.google.com by techtonik@gmail.com on 22 Jan 2011 at 10:17

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r136.

Added detection of Mercurial patches.

Original comment by techtonik@gmail.com on 16 Mar 2011 at 6:34

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r144.

Apply diff from Mercurial/Git patches (no renames/adds/deletes yet)

Original comment by techtonik@gmail.com on 16 Mar 2011 at 10:23

GoogleCodeExporter commented 9 years ago
Mercurial format doesn't support renames/adds/deletes, and applying works ok in 
1.13

Original comment by techtonik@gmail.com on 3 Mar 2014 at 8:19