[python-bugzilla] extending command line actions for python-bugzilla

Cole Robinson crobinso at redhat.com
Tue May 20 15:48:07 UTC 2014


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 at lists.fedorahosted.org

You'll likely need to configure git send email bits, google can help here

Thanks,
Cole



More information about the python-bugzilla mailing list