Hi
I have suggestion for extending command line actions provided by python-bugzilla cli. Namely new_component and modify_component is what I'm talking about. There's already API for modify component and new component in python-bugzilla, but command line actions for use these features missing.
In attachment you can find little patch providing command lines actions mentioned above.
On 05/20/2014 09:57 AM, Jindrich Luza wrote:
Hi
I have suggestion for extending command line actions provided by python-bugzilla cli. Namely new_component and modify_component is what I'm talking about. There's already API for modify component and new component in python-bugzilla, but command line actions for use these features missing.
In attachment you can find little patch providing command lines actions mentioned above.
I'm fine with this in general. Please name the commands new-component and modify-component instead of using an underscore. Also please provide a git format-patch output:
git clone git://git.fedorahosted.org/python-bugzilla.git cd python-bugzilla <apply changes> git send-email -1 --to python-bugzilla@lists.fedorahosted.org
You'll likely need to configure git send email bits, google can help here
Thanks, Cole
python-bugzilla@lists.stg.fedorahosted.org