=============
- Capture stderr from "svn" client, highlight these lines, and repeat them
at the end of the operation so they are not overlooked. To facilitate this,
the method of restoring stdout (and now stderr as well) when invoking
SVN_EDITOR was changed. When invoking the editor, stdout and stderr are
now connected to the platform-specific console device ('/dev/tty' on Unix
machines, and 'CON:' on Windows).
- Add "pge" and "pgi" shortcuts to propget svn:externals and svn:ignores.
- Support svn v1.7+ svn:externals diff format.
Newer svn clients now provide line-by-line diff output for changes to
svn:externals, so svnwrap now detects this case to prevent erroneous
formatting.
- Port to run on both Python 2.x and 3.x, with 2.6 as the minimum supported
version of Python.
- Format for PEP8 compliance.
.. vim:set ft=rst: