diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2008-12-04 06:47:53 -0500 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2008-12-04 06:47:53 -0500 |
commit | c26f6dbc7e61005b5da3840529928316341e2ad0 (patch) | |
tree | cbefa2ffee7773d7e7b22f612e2db3eb8c52cd3f /TODO | |
parent | 6e31bb1c29600938e3d41ee613f6e3b49c0a0911 (diff) | |
download | git-bz-c26f6dbc7e61005b5da3840529928316341e2ad0.tar.gz |
Add TODO item - Automatically guess obvious obsoletes
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -18,6 +18,12 @@ Default to -e/--edit when only one commit When there is only one commit to attach, we might as well default to -e/--edit - it's more powerful than the prompt and still allows aborting. +Automatically guess obvious obsoletes + + When doing attach -e/--edit, and there is an existing patch who's description + matches the Subject of the attachment, start the Obsoletes line + uncommented? + Use XML-RPC when available. Maybe use python-bugzilla: http://fedorahosted.org/python-bugzilla/ |