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:
Toshi MARUYAMA 2011-03-11 04:19:12 +00:00 committed by Eric Davis
parent 8010bd6351
commit ee6aa856ba
1 changed files with 1 additions and 1 deletions

View File

@ -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|