On Mon, 17 Jan 2011 23:37:07 +0100 brett.cannon <[email protected]> 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
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
