##// END OF EJS Templates
scm: bazaar: convert path encoding from @path_encoding to UTF-8 at adapter revisions method (#11834)...
Toshi MARUYAMA -
r10234:a3ae06921d57
parent child
Show More
@@ -148,7 +148,8 module Redmine
148 148 revision.message << "#{$1}\n"
149 149 else
150 150 if $1 =~ /^(.*)\s+(\S+)$/
151 path = $1.strip
151 path_locale = $1.strip
152 path = scm_iconv('UTF-8', @path_encoding, path_locale)
152 153 revid = $2
153 154 case parsing
154 155 when 'added'
General Comments 0
You need to be logged in to leave comments. Login now