[Python-Dev] devguide: Cover how to (un-)apply a patch.

Brett Cannon brett at python.org
Wed Jan 19 19:25:58 CET 2011


On Wed, Jan 19, 2011 at 10:10,  <skip at pobox.com> wrote:
>
>    Antoine> Ok, thank you but... are you suggesting something or not?
>
> Yes.  Keep the vcs command recommendations simple.  At least mention idioms
> which likely to apply across a wider range of version control systems.

I was hoping this would flame out, but two days of discussion suggests
otherwise.

I am of the opinion of always listing how to use the CVS to its
fullest. It is the thing you will have to interact with the most when
doing work on Python, so trying to avoid it is not doing anyone any
favours.

That being said, I am not opposed to someone (other than me as I am
not going to bother) **adding** a not about `patch -R`, but it should
not replace the `svn revert` explanation.


More information about the Python-Dev mailing list