Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
The ghost options disable the actual loading in memory of the patches.
When you just want to know the number of patches or their stats,
this saves quite a lot of memory and CPU time.
|
|
Thanks to Bernhard R. Link for the suggestion.
|
|
this can be used later to do things like pre-emptive
caching of large files, etc.
|
|
this should never happen in production as the database contains
only a cache of what's on disk, but during testing on a system with
the database and no archive, or in unexpected circumstances, it
might be helpful to give a more informative error page.
|
|
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.
|