diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -6,6 +6,18 @@ any intention of working on it myself. - Owen +Allow editing comment used for attachments + + When attaching a revised version of a patch, you really want to be + able to edit the comment to say what has changed. 'attach' should + support -e/--edit to do this. + + Also, you should be able to specify obsoletes - I think it would + be interactive - if you passed -o/--obsolete it would display + a numbered list of patches and you'd enter the number of the + patch (or space separated list of numbers) of the patches to + obsolete. + Use XML-RPC when available. Maybe use python-bugzilla: http://fedorahosted.org/python-bugzilla/ |