Comment 2 for bug 139679

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

It is easy to fix, but there is one question open for me:
A querie like
./bugnumbers --status "New" -l https://bugs.edge.launchpad.net/bughelper/+bugs?field.status%3Alist=Incomplete
is possible. Which result do you expect in this case:
 * --status="New,Incomplete"
 * --status option overwrites the url option: --status="New"
 * url option overwrites the --status option: --status="Incomplete"

Markus