diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2008-11-19 14:11:53 -0500 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2008-11-19 14:11:53 -0500 |
commit | 8d049cccdaf2fa1d5710e3cc613c4cbcc3a31e45 (patch) | |
tree | c7f1ef8a7fc2c5c5cb0bb3b497cca70a38b78d1c /TODO | |
parent | 2bb6bf38ee1e76082298a6423b802e8e6a9c88bb (diff) | |
download | git-bz-8d049cccdaf2fa1d5710e3cc613c4cbcc3a31e45.tar.gz |
Add TODO item: Specifying a default product/component
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -18,6 +18,12 @@ 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/ |