From 7e61ef161bc7bee521d7780da4c2f4fc78481cba Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Sun, 16 Nov 2008 13:10:31 -0500 Subject: Add TODO item: Allow editing comment used for attachments --- TODO | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 010c89c..b334dcb 100644 --- a/TODO +++ b/TODO @@ -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/ -- cgit