consider using python3-unidiff for patch parsing
Bug #1832938 reported by
Jelmer Vernooij
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Won't Fix
|
Undecided
|
Jelmer Vernooij |
Bug Description
We're currently invoking patch from the command-line; we should consider using something that's pure python so we can e.g. apply patches in memory.
Possible 3rd party libraries to use:
python-unidiff
https:/
To post a comment you must log in.
Breezy has its own patch parsing code - let's improve that instead.