summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2008-11-16 13:10:31 -0500
committerOwen W. Taylor <otaylor@fishsoup.net>2008-11-16 13:10:31 -0500
commit7e61ef161bc7bee521d7780da4c2f4fc78481cba (patch)
tree8d11fa3dfdcc6e3883b72057aff01f127d299ed1 /TODO
parentfde186b65504c3cada82f84ac9763acf0fed128a (diff)
downloadgit-bz-7e61ef161bc7bee521d7780da4c2f4fc78481cba.tar.gz
Add TODO item: Allow editing comment used for attachments
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
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/