Comment 17 for bug 79136

Revision history for this message
Markus Korn (thekorn) wrote :

This patch against bughelper.main r118 adds a "--lc"-option to bugnumbers. Arguments are "reporter" (looks for bugs where the submitter made the last comment) or <LP-ID>.
As always, if it works fine, this option can be easily added to bughelper.
Example usage:
$ ./bugnumbers -p bughelper --lc thekorn
87448 (Confirmed,Low) - cleaning bug helper cache

$ ./bugnumbers -p bughelper --lc reporter
88102 (Confirmed,Undecided) - sort report by issue type rather than bug number
88521
(Confirmed,Medium) - selectively pulling attachments by name

Needs to be reviewed and tested.

Markus