##// END OF EJS Templates
Fixes mercurial adapter....
Jean-Philippe Lang -
r4427:f7529c94f651
parent child
Show More
@@ -112,7 +112,7 module Redmine
112 cmd << " -r #{identifier_from.to_i}:"
112 cmd << " -r #{identifier_from.to_i}:"
113 end
113 end
114 cmd << " --limit #{options[:limit].to_i}" if options[:limit]
114 cmd << " --limit #{options[:limit].to_i}" if options[:limit]
115 cmd << " #{shell_quote path}" if path
115 cmd << " #{shell_quote path}" unless path.blank?
116 shellout(cmd) do |io|
116 shellout(cmd) do |io|
117 begin
117 begin
118 # HG doesn't close the XML Document...
118 # HG doesn't close the XML Document...
General Comments 0
You need to be logged in to leave comments. Login now