Re: [Python-Dev] hg merge flow

2011-03-05 Thread Antoine Pitrou
On Sun, 06 Mar 2011 00:44:03 +0100 "Martin v. Löwis" wrote: > How should patches be applied to the cpython repository if they > land in more than one branch? > > More specifically, assuming I want to patch all of 2.7, 3.1, 3.2, and > default - how do I apply the patches and how do I merge? (repo

[Python-Dev] hg merge flow

2011-03-05 Thread Martin v. Löwis
How should patches be applied to the cpython repository if they land in more than one branch? More specifically, assuming I want to patch all of 2.7, 3.1, 3.2, and default - how do I apply the patches and how do I merge? Regards, Martin ___ Python-Dev m