Skip to content

interdiff not parsing patch with rename #64

Description

@thejcannon

Akin to #22, interdiff is choking on patchfiles continaing renames:

before.diff:

diff --git a/Lib/typing.py b/Lib/_typing.py
similarity index 100%
rename from Lib/typing.py
rename to Lib/_typing.py

(anything for after.diff)

$ interdiff -q before.diff after.diff`
interdiff: before.patch doesn't contain a patch
--- /dev/null
+++ b/Lib/typing.py
[...]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions