diff options
-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 omitting bug reference when obvious + + When there is only one commit, and -u/--add-url has previously been used, + or the commit subject/body contains [Bb]ug #?\d+ you should be able do just: + + git bz attach HEAD^ + +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. + Use XML-RPC when available. Maybe use python-bugzilla: http://fedorahosted.org/python-bugzilla/ |