Re: [python-committers] Survey about DVCSs compared to svn

2009-02-26 Thread Steven Bethard
On Thu, Feb 26, 2009 at 8:00 AM, Antoine Pitrou wrote: > Le jeudi 26 février 2009 à 10:50 -0500, Richard Tew a écrit : >> If the SVN hosting went away >> and the chosen DVCS solution did not have a good Windows UI (like >> TortoiseSVN), then I would have to make sad faces. > > Perhaps you can try

[python-committers] branches and merging

2010-03-01 Thread Steven Bethard
I'm preparing the argparse module for the 2.7 and 3.2 branches. Could someone remind me again what the commit process is? Commit to 2.7 and merge to 3.2? And do we merge with svnmerge.py or svn merge? There's probably a webpage explaining this somewhere, but my Google-fu is failing me right now. T

Re: [python-committers] branches and merging

2010-03-02 Thread Steven Bethard
On Mon, Mar 1, 2010 at 1:16 AM, Eric Smith wrote: > Steven Bethard wrote: >> >> I'm preparing the argparse module for the 2.7 and 3.2 branches. Could >> someone remind me again what the commit process is? Commit to 2.7 and >> merge to 3.2? And do we merge with s