[Python-checkins] r66863 - python/trunk/Modules/posixmodule.c

Brett Cannon brett at python.org
Thu Oct 9 20:28:36 CEST 2008


On Thu, Oct 9, 2008 at 10:39 AM, A.M. Kuchling <amk at amk.ca> wrote:
> On Thu, Oct 09, 2008 at 10:34:40AM -0700, Brett Cannon wrote:
>> If someone has the time and inclination to try to do the merge
>> themselves it is appreciated.
>
> What's the best way to do merges of a single commit?  Should we use
> svnmerge for that, or just backport the change manually?
>

``svnmerge merge -r _rev_``. Otherwise do it manually and block the
revision with ``svnmerge block -r __rev__``.

-Brett


More information about the Python-checkins mailing list