On Wed, 19 Jan 2011 19:20:01 +0100 Michael Foord <[email protected]> wrote: > On 19/01/2011 19:10, [email protected] 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. > > The revert works with svn, hg and bzr. Using patch is not going to work > on Windoze unless cygwin has been installed.
You don't need cygwin, just something much smaller with "GNU" in its name: http://gnuwin32.sourceforge.net/packages/patch.htm (yes, the suggestion is already in the dev guide) _______________________________________________ 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
