##// END OF EJS Templates
scm: bazaar: add @path_encoding instance value and set it UTF-8 at adapter initialize method (#11834)...
Toshi MARUYAMA -
r10232:f230ffbd543f
parent child
Show More
@@ -57,6 +57,11 module Redmine
57 end
57 end
58 end
58 end
59
59
60 def initialize(url, root_url=nil, login=nil, password=nil, path_encoding=nil)
61 @path_encoding = 'UTF-8'
62 super
63 end
64
60 # Get info about the repository
65 # Get info about the repository
61 def info
66 def info
62 cmd_args = %w|revno|
67 cmd_args = %w|revno|
General Comments 0
You need to be logged in to leave comments. Login now