Currently in bughelper.main, as each issue is pulled from LP, if a clue is triggered print_bug is called. This does not allow for sorting.
I would like to request that instead of calling print_bug, the (bugnumber, info string) tuples are stored in a data structure so that they can be sorted by info string to make a more organized result.
This is probably not an issues for most packages. For the 700+ bug the mozilla team has open, it would be rather helpful.
Sorry for the confusion.
Currently in bughelper.main, as each issue is pulled from LP, if a clue is triggered print_bug is called. This does not allow for sorting.
I would like to request that instead of calling print_bug, the (bugnumber, info string) tuples are stored in a data structure so that they can be sorted by info string to make a more organized result.
This is probably not an issues for most packages. For the 700+ bug the mozilla team has open, it would be rather helpful.
thanks
David