diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2008-12-03 22:41:38 -0500 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2008-12-03 23:14:59 -0500 |
commit | e972dea29b26e0538a87e5faba0b4e4d473cb024 (patch) | |
tree | 0e569660a130f9e6507f541a0a065a6aafc000be /TODO | |
parent | 0af9728ec7503650a4f4fad4f7aefc94c4d44ff0 (diff) | |
download | git-bz-e972dea29b26e0538a87e5faba0b4e4d473cb024.tar.gz |
Allow editing attachment comment and obsoletes
Add a -e/--edit option to 'git-bz-attach' to bring up the
description/comment in an editor. Existing patches are shown
as commented out Obsoletes: lines that can be uncommented to
to obsolete the old patches.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -25,18 +25,6 @@ Reconsider initial description for 'git bz file' - If the user leaves it empty use the body as the initial description as currently. -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. - - In the edit buffer would be commented out lines: - - # Obsoletes: 23212 - Frobinificate faster - - That you could uncomment to obsolete old patches. - Use XML-RPC when available. Maybe use python-bugzilla: http://fedorahosted.org/python-bugzilla/ |