@@ -159,7 +159,7 module Redmine | |||||
159 | logger.debug "<cvs> revisions path:" + |
|
159 | logger.debug "<cvs> revisions path:" + | |
160 | "'#{path}',identifier_from #{identifier_from}, identifier_to #{identifier_to}" |
|
160 | "'#{path}',identifier_from #{identifier_from}, identifier_to #{identifier_to}" | |
161 | path_with_project = "#{url}#{with_leading_slash(path)}" |
|
161 | path_with_project = "#{url}#{with_leading_slash(path)}" | |
162 | cmd_args = %w|rlog| |
|
162 | cmd_args = %w|-q rlog| | |
163 | cmd_args << "-d" << ">#{time_to_cvstime_rlog(identifier_from)}" if identifier_from |
|
163 | cmd_args << "-d" << ">#{time_to_cvstime_rlog(identifier_from)}" if identifier_from | |
164 | cmd_args << path_with_project |
|
164 | cmd_args << path_with_project | |
165 | scm_cmd(*cmd_args) do |io| |
|
165 | scm_cmd(*cmd_args) do |io| |
General Comments 0
You need to be logged in to leave comments.
Login now