Comment 6 for bug 185357

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

I got the following results while testing the latest versions of the both branches added by me and as far as I can see they are looking good:

markus@thekorn:/media/sda5/bughelper/datereported$ ./bugnumbers -P bughelper --dr "=2007-03-05"
88521 (Confirmed, Wishlist) - selectively pulling attachments by name
88102 (Confirmed, Medium) - sort report by issue type rather than bug number
markus@thekorn:/media/sda5/bughelper/datereported$ ./bugnumbers -P bughelper --dr "<2007-03-05"
84723 (Confirmed, Wishlist) - RFE: grep for package version
88102 (Confirmed, Medium) - sort report by issue type rather than bug number
81291
(Confirmed, Wishlist) - RFE: Web interface to bughelper
88521 (Confirmed, Wishlist) - selectively pulling attachments by name
markus@thekorn:/media/sda5/bughelper/datereported$ ./bugnumbers -P bughelper --dr ">2007-03-05"
109547 (Confirmed, Wishlist) - support to sort out matched clues to multiple files per package (e.g. one file per task)
109628 (Confirmed, Wishlist) - allow clues to match "duplicate count > X"; e.g. to list top-crashers
185357 (In Progress, Wishlist) - date_reported in python-launchpad-bugs not accessible via bughelper
183887 (In Progress, Wishlist) - bugnumbers --stats could be more complete
131378 (New, Medium) - diff between output of feisty's and gutsy's bughelper
197037 (In Progress, Low) - bug statuses are case sensitive
196218 (Confirmed, Undecided) - No bug attribute for a bzr branch
110937 (Confirmed, Wishlist) - show status updates during long bughelper runs

I've attached the result for:
  $ ./bugnumbers -D ubuntu --dr "=2008-03-03"

Markus