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

Antoine Pitrou solipsis at pitrou.net
Wed Jan 19 20:22:28 CET 2011


> The revert works with svn, hg and bzr. Using patch is not going to work on > Windoze unless cygwin has been installed.

I thought you were supposed to use some variant of "update" on hg instead revert, though.

I think what is discouraged is to "hg revert" to a different revision. We are talking about reverting your working copy to its pristine state.

Regards

Antoine.



More information about the Python-Dev mailing list