scm: cvs: use "-D time_to_cvstime_rlog(identifier)" in adapter entries().
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5087 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
45cba97088
commit
651976eebd
|
@ -100,7 +100,7 @@ module Redmine
|
|||
path_with_project="#{url}#{with_leading_slash(path)}"
|
||||
entries = Entries.new
|
||||
cmd_args = %w|rls -e|
|
||||
cmd_args << "-D" << time_to_cvstime(identifier) if identifier
|
||||
cmd_args << "-D" << time_to_cvstime_rlog(identifier) if identifier
|
||||
cmd_args << path_with_project
|
||||
scm_cmd(*cmd_args) do |io|
|
||||
io.each_line() do |line|
|
||||
|
|
Loading…
Reference in New Issue