r853857 | dlr | 2005-03-30 19:10:55 +0000 (Wed, 30 Mar 2005)
Fix issue #2244: Committing without -m or --file commandline options
nullifies the "log-encoding" config setting and the "--encoding"
option.
Patch by: Brandon Moon
* subversion/clients/cmdline/util.c
(svn_cl__get_log_message): When invoking an external editor for
writing a change log message, use the encoding carried by the log
message baton (e.g. provided via "log-encoding" config setting or
the "--encoding" option) to perform appropriate encoding
conversions. Previously, we were only taking this user-specified
encoding into consideration when providing a change log message
via the -m or -F commandline options.