diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2008-11-16 13:10:31 -0500 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2008-11-16 13:10:31 -0500 |
commit | 7e61ef161bc7bee521d7780da4c2f4fc78481cba (patch) | |
tree | 8d11fa3dfdcc6e3883b72057aff01f127d299ed1 | |
parent | fde186b65504c3cada82f84ac9763acf0fed128a (diff) | |
download | git-bz-7e61ef161bc7bee521d7780da4c2f4fc78481cba.tar.gz |
Add TODO item: Allow editing comment used for attachments
-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/ |