summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2008-12-04 06:47:53 -0500
committerOwen W. Taylor <otaylor@fishsoup.net>2008-12-04 06:47:53 -0500
commitc26f6dbc7e61005b5da3840529928316341e2ad0 (patch)
treecbefa2ffee7773d7e7b22f612e2db3eb8c52cd3f
parent6e31bb1c29600938e3d41ee613f6e3b49c0a0911 (diff)
downloadgit-bz-c26f6dbc7e61005b5da3840529928316341e2ad0.tar.gz
Add TODO item - Automatically guess obvious obsoletes
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 9e673bf..27197b1 100644
--- a/TODO
+++ b/TODO
@@ -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/