##// END OF EJS Templates
scm: mercurial: override initialize() for path encoding (#2664)....
Toshi MARUYAMA -
r4799:1236e037f229
parent child
Show More
@@ -78,6 +78,11 module Redmine
78 78 end
79 79 end
80 80
81 def initialize(url, root_url=nil, login=nil, password=nil)
82 super
83 @path_encoding = 'UTF-8'
84 end
85
81 86 def info
82 87 tip = summary['repository']['tip']
83 88 Info.new(:root_url => CGI.unescape(summary['repository']['root']),
General Comments 0
You need to be logged in to leave comments. Login now