[core-workflow] bugs.python.org-related GSoC project

Berker Peksağ berker.peksag at gmail.com
Thu Mar 26 01:28:18 CET 2015


On Thu, Mar 26, 2015 at 2:03 AM, Pierre-Yves David
<pierre-yves.david at ens-lyon.org> wrote:
> The idea here is to have a very simple extension talking to roundup and
> allowing:
>
> - apply latest patch from an issue
>
>  `hg cpy-get <issuenumber>`
>
> - upload patches to an issue
>
>  `hg cpy-put <issuenumber>`
>
> (I've not strong opinion on command names)
>
> The first one (get) is really easy to do and will reduce the overhead of
> looking at a patch. The second one is not hard either as long as we have the
> appropriate API roundup side.

I was managed to upload a patch using Roundup's XMLRPC API to Roundup
a while ago.

--Berker


More information about the core-workflow mailing list