##// END OF EJS Templates
scm: cvs: add -q option at rlog....
Toshi MARUYAMA -
r5277:25aa4d4fa046
parent child
Show More
@@ -159,7 +159,7 module Redmine
159 159 logger.debug "<cvs> revisions path:" +
160 160 "'#{path}',identifier_from #{identifier_from}, identifier_to #{identifier_to}"
161 161 path_with_project = "#{url}#{with_leading_slash(path)}"
162 cmd_args = %w|rlog|
162 cmd_args = %w|-q rlog|
163 163 cmd_args << "-d" << ">#{time_to_cvstime_rlog(identifier_from)}" if identifier_from
164 164 cmd_args << path_with_project
165 165 scm_cmd(*cmd_args) do |io|
General Comments 0
You need to be logged in to leave comments. Login now