summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2008-11-22 14:00:45 -0500
committerOwen W. Taylor <otaylor@fishsoup.net>2008-11-22 14:00:45 -0500
commitcc442c4f0e10cf503918319a005855f3f06a1bf0 (patch)
tree226efdd09964ca4b2b8b653c21ba28a3da7b6227 /TODO
parent8836bbcb6c8d10fabc10dda1dc52a116ae652b13 (diff)
downloadgit-bz-cc442c4f0e10cf503918319a005855f3f06a1bf0.tar.gz
Allowing configuring a default product and component
Allowing specifying bz-tracker.<tracker>.default-product and bz-tracker.<tracker>.default-component. This is useful when done in the per-repository config. Add a "Per-repository configuration" section in the docs with examples.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 7f9c501..edb9cb5 100644
--- a/TODO
+++ b/TODO
@@ -37,12 +37,6 @@ Allow editing comment used for attachments
That you could uncomment to obsolete old patches.
-Allow specifying a default product/component for 'git bz file'
-
- Specifying the product/component in the global git config would
- be a bit silly/dangerous, but doing it locally in the git config
- for a single repo would be quit useful.
-
Use XML-RPC when available.
Maybe use python-bugzilla: http://fedorahosted.org/python-bugzilla/