Age | Commit message (Collapse) | Author | Files | Lines |
|
This reverts commit ee7e7301434b1cf8b3baa4d839fdbf2f05617e91.
|
|
This reverts commit a9ffd60188742f144d1a8d49f93b05f8e34c39d7.
d'oh, i reverted the wrong commit. this re-adds the wrongly reverted commit.
|
|
This reverts commit c2ef848129e03d5486ff3d084d903a7ef7ea658b.
|
|
thanks to Raphael Geissert for catching this
|
|
while some of them are printed only in the case of error, mod_wsgi
doesn't allow sys.stdout access and therefore they're useless anyway.
|
|
|
|
|
|
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.
|