Commit ee6aa856 authored by Toshi MARUYAMA's avatar Toshi MARUYAMA Committed by Eric Davis

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
parent 8010bd63
......@@ -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|
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment