Re: [Python-Dev] Commands for correctly merging to the python 3.0 maintenance branch

2008-12-30 Thread Nick Coghlan
Martin v. Löwis wrote: >> svn revert . >> svnmerge -M -F > > [are you sure you don't need a command for svnmerge here?] D'oh, I thought I fixed that before sending the message. Yes, that line should indeed be: svnmerge merge -M -F > Instead of these two, I always do > > svn resolved . Tha

Re: [Python-Dev] Commands for correctly merging to the python 3.0 maintenance branch

2008-12-30 Thread Martin v. Löwis
> svn revert . > svnmerge -M -F [are you sure you don't need a command for svnmerge here?] Instead of these two, I always do svn resolved . Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/py