@@ -100,7 +100,7 module Redmine | |||
|
100 | 100 | path_with_project="#{url}#{with_leading_slash(path)}" |
|
101 | 101 | entries = Entries.new |
|
102 | 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 | 104 | cmd_args << path_with_project |
|
105 | 105 | scm_cmd(*cmd_args) do |io| |
|
106 | 106 | io.each_line() do |line| |
General Comments 0
You need to be logged in to leave comments.
Login now