@@ -112,7 +112,7 module Redmine | |||
|
112 | 112 | cmd << " -r #{identifier_from.to_i}:" |
|
113 | 113 | end |
|
114 | 114 | cmd << " --limit #{options[:limit].to_i}" if options[:limit] |
|
115 |
cmd << " #{shell_quote path}" |
|
|
115 | cmd << " #{shell_quote path}" unless path.blank? | |
|
116 | 116 | shellout(cmd) do |io| |
|
117 | 117 | begin |
|
118 | 118 | # HG doesn't close the XML Document... |
General Comments 0
You need to be logged in to leave comments.
Login now