[Python-Dev] [Python-checkins] r84190 - python/branches/release31-maint/Doc/library/stdtypes.rst

Tarek Ziadé ziade.tarek at gmail.com
Thu Aug 19 14:20:45 CEST 2010


On Thu, Aug 19, 2010 at 2:00 PM, Eric Smith <eric at trueblade.com> wrote:
> On 8/19/2010 7:55 AM, Éric Araujo wrote:
>>
>> Thanks for the replies.
>>
>> The dev FAQ is clear about regular use, it tells about the
>> svnmerge-commit-message too, and people in #python-dev have told me that
>> the merge order is py3k>  3.1, py3k>  2.7. My problem here is that I
>> committed r84190 in 3.1 manually, but it should have been an svnmerge of
>> r84187. So my question is: Do I have to svnmerge block -r84187 in 3.1?
>
> Yes, you should do that.
>
>>> And I use "svnmerge block -r revision" for branches where the commit
>>> should not be applied, don't forget to do this.
>>
>> Oh, this has to be done for every commit? I have for example fixed typos
>> in 3.x that don’t apply to 2.7, so I have to block them?
>
> I don't know that this matters, since I don't think anyone's doing mass
> merges in this direction. I tend to do it just for my own bookkeeping
> purposes, though.

I do it every time myself, AFAIK it reduces the workload of people
that are making sure
all pending patches were applied.  Not doing a block right away for me means:
I need to merge it to that branch, but I can't do it now (lack of
time, or imminent release)


More information about the Python-Dev mailing list