Reenabled mfplat patchset

This commit is contained in:
Alistair Leslie-Hughes
2021-10-09 13:49:52 +11:00
parent 9e1a4bdb73
commit 8174243203
26 changed files with 3024 additions and 38 deletions

View File

@@ -240,7 +240,8 @@ def _read_single_patch(fp, header, oldname=None, newname=None):
raise NotImplementedError("Patch copy header not implemented yet.")
elif line.startswith("rename "):
raise NotImplementedError("Patch rename header not implemented yet.")
pass
# raise NotImplementedError("Patch rename header not implemented yet.")
elif line.startswith("similarity index") or line.startswith("dissimilarity index"):
pass # ignore