Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
i.e. changes made directly to files (not using any
patching system and not underneath ./debian)
also introduce new Diffstat class for mangling
diff stats in various ways.
|
|
complete with many ugly hacks to workaround the lack
of an underlying database. hopefully it's all marked
with XXX for later fixing :)
does not cover all patch cases, in fact currently it only
covers series patch viewing and downloading.
|
|
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__.
|
|
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.
|