diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2008-11-16 08:20:11 -0500 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2008-11-16 08:20:11 -0500 |
commit | 084d91750b89ec283c3ab04b90d00c77985c195d (patch) | |
tree | b2c1145bead0765e75c14b282714e02e2e6054cc /TODO | |
download | git-bz-084d91750b89ec283c3ab04b90d00c77985c195d.tar.gz |
Initial import
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -0,0 +1,39 @@ +Ideas about additions for git-bz +================================ + +The presence of an idea here does not necessarily imply that I have +any intention of working on it myself. + +- Owen + + +-u/--add-url Option + + When specified, local commits are edited to append the Bug URL. + + attach: Before attaching them to the bug + + Requires: clean index and a series of bugs that leads to the + current HEAD commit. + Can't be the default because commits might have already been pushed + Should be smart if the URL is already in the bug + Might be useful to have a standalone 'add-url' subcommand that can + be used to fix up if you forget to specify it. + +Use XML-RPC when available. + + Maybe use python-bugzilla: http://fedorahosted.org/python-bugzilla/ + + Not sure there are a lot of advantages to this; one thing that it + might be possible to do with this is allow the user to specify only + the product and get an interactive list of components. Also, better + error handling. + +Handle redirects: + + Should follow redirects, both to different URLs and http => https + +Better display of errors + + Currently specifying a non-existent product/component just dumps + out raw HTML for the reply. Etc. |