@@ -100,7 +100,7 module Redmine | |||||
100 | path_with_project="#{url}#{with_leading_slash(path)}" |
|
100 | path_with_project="#{url}#{with_leading_slash(path)}" | |
101 | entries = Entries.new |
|
101 | entries = Entries.new | |
102 | cmd_args = %w|rls -e| |
|
102 | cmd_args = %w|rls -e| | |
103 | cmd_args << "-D" << time_to_cvstime(identifier) if identifier |
|
103 | cmd_args << "-D" << time_to_cvstime_rlog(identifier) if identifier | |
104 | cmd_args << path_with_project |
|
104 | cmd_args << path_with_project | |
105 | scm_cmd(*cmd_args) do |io| |
|
105 | scm_cmd(*cmd_args) do |io| | |
106 | io.each_line() do |line| |
|
106 | io.each_line() do |line| |
General Comments 0
You need to be logged in to leave comments.
Login now