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

Brett Cannon brett at python.org
Tue Jan 18 01:12:49 CET 2011


Done

On Mon, Jan 17, 2011 at 15:14, Antoine Pitrou <solipsis at pitrou.net> wrote:
> On Mon, 17 Jan 2011 23:37:07 +0100
> brett.cannon <python-checkins at python.org> wrote:
>> +
>> +To undo a patch, do::
>> +
>> +    patch -R -p0 < patch.diff
>> +
>
> Or, simply and more reliably, use the corresponding VCS incantation
> ("svn revert -R ." or "hg revert -a").
>
> Regards
>
> Antoine.
>
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: http://mail.python.org/mailman/options/python-dev/brett%40python.org
>


More information about the Python-Dev mailing list