Re: [Python-Dev] devguide: Write a guide to committing a patch.

2011-01-18 Thread Brett Cannon
On Tue, Jan 18, 2011 at 05:18, Nick Coghlan wrote: > On Tue, Jan 18, 2011 at 10:35 PM, Antoine Pitrou wrote: >> On Tue, 18 Jan 2011 07:14:51 +0100 >> Ezio Melotti wrote: >>> > + >>> > +Committing Patches >>> > +== >> [...] >>> > + >>> > +    svnmerge.py merge -r 42 >>> > + >>> >

Re: [Python-Dev] devguide: Write a guide to committing a patch.

2011-01-18 Thread Nick Coghlan
On Tue, Jan 18, 2011 at 10:35 PM, Antoine Pitrou wrote: > On Tue, 18 Jan 2011 07:14:51 +0100 > Ezio Melotti wrote: >> > + >> > +Committing Patches >> > +== > [...] >> > + >> > +    svnmerge.py merge -r 42 >> > + >> > +This will try to apply the patch to the current patch and gener

Re: [Python-Dev] devguide: Write a guide to committing a patch.

2011-01-18 Thread Antoine Pitrou
On Tue, 18 Jan 2011 07:14:51 +0100 Ezio Melotti wrote: > > + > > +Committing Patches > > +== [...] > > + > > +svnmerge.py merge -r 42 > > + > > +This will try to apply the patch to the current patch and generate a > > commit Do we want to spend so much time explaining how to u