=============
- Avoid DeprecationWarning for using SafeConfigParser in Python 3.2+.
- Avoid filtering stdout and stderr during "svn merge" operations. This ensures
that the output destined for the user's terminal comes out in the desired
order; otherwise, it's possible for Subversion's menu choices to show up
too early (e.g., when choosing the "diff-full" operation, the menu is
redisplayed first followed by the actual diff output, leading to confusion).
- Change to unbuffered method of reading the "svn" client subprocess's output
and error streams to provide realtime output display.
- Display total number of stderr characters instead of repeating all of stderr.