summaryrefslogtreecommitdiff
path: root/patchtracker/Patch.py
AgeCommit message (Collapse)AuthorFilesLines
2008-06-10updates to Patch/DiffGzHandlerSean Finney1-10/+69
Patch now implements a diffstat() functionality, and is slightly more robust in series parsing at the expense of being totally ugly. Diffstat had some minor cleanups and slight improvements to __main__.
2008-06-05new classes for diff/diff.gz handlingSean Finney1-0/+66
DiffGzHandler should be an extensible interface to getting whatever info is needed from a diff.gz file. Patch (and PatchSeries from the same module) should be an extensible interface for whatever mangling we need to with patches.