##// END OF EJS Templates
scm: bazaar: add -q option in "bzr annotate"....
Toshi MARUYAMA -
r5795:4a7243aa755e
parent child
Show More
@@ -200,7 +200,7 module Redmine
200
200
201 def annotate(path, identifier=nil)
201 def annotate(path, identifier=nil)
202 blame = Annotate.new
202 blame = Annotate.new
203 cmd_args = %w|annotate --all|
203 cmd_args = %w|annotate -q --all|
204 cmd_args << "-r#{identifier.to_i}" if identifier && identifier.to_i > 0
204 cmd_args << "-r#{identifier.to_i}" if identifier && identifier.to_i > 0
205 cmd_args << bzr_target(path)
205 cmd_args << bzr_target(path)
206 scm_cmd(*cmd_args) do |io|
206 scm_cmd(*cmd_args) do |io|
General Comments 0
You need to be logged in to leave comments. Login now