@@ -78,6 +78,11 module Redmine | |||||
78 | end |
|
78 | end | |
79 | end |
|
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 | def info |
|
86 | def info | |
82 | tip = summary['repository']['tip'] |
|
87 | tip = summary['repository']['tip'] | |
83 | Info.new(:root_url => CGI.unescape(summary['repository']['root']), |
|
88 | Info.new(:root_url => CGI.unescape(summary['repository']['root']), |
General Comments 0
You need to be logged in to leave comments.
Login now