[python-bugzilla] [PATCH] Bug cloning

Cole Robinson crobinso at redhat.com
Wed Jan 30 15:01:31 UTC 2013


On 01/30/2013 02:24 AM, Martin Cermak wrote:
> Hi, I belive that cloning a bug is a useful feature. Below I'm
> attaching a patch that should do the trick. I attempted to follow
> the behaviour of Bugzilla's web UI:
> 

Thanks for the patch Martin! Idea sounds fine to me. But please rebase this
patch against the upstream code base which as changed quite a bit.

git clone git://git.fedorahosted.org/git/python-bugzilla.git

Also, stick all the clone logic into the the BugzillaBase class, since the
behavior is not specific to rhbugzilla.

Make sure 'python setup.py test' and 'python setup.py pylint' don't regress.

After that I'll do a closer review.

Thanks,
Cole


More information about the python-bugzilla mailing list