From 6e31bb1c29600938e3d41ee613f6e3b49c0a0911 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Thu, 4 Dec 2008 06:37:19 -0500 Subject: Add TODO items Allow omitting bug reference when obvious Default to -e/--edit when only one commit --- TODO | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'TODO') 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/ -- cgit