Merged r6278 from trunk.

scm: mercurial: use "shell_quote_command" method at adapter for JRuby + Windows command name.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.2-stable@6290 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-07-15 23:46:35 +00:00
parent 0903db52d9
commit b6c46aa19d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ module Redmine
end end
def sq_bin def sq_bin
@@sq_bin ||= shell_quote(HG_BIN) @@sq_bin ||= shell_quote_command
end end
def client_version def client_version