summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
index 010c89c..9e673bf 100644
--- a/TODO
+++ b/TODO
@@ -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/