From b6c46aa19db64f9e90182810217ed52472f598f0 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 15 Jul 2011 23:46:35 +0000 Subject: [PATCH] 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 --- lib/redmine/scm/adapters/mercurial_adapter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/redmine/scm/adapters/mercurial_adapter.rb b/lib/redmine/scm/adapters/mercurial_adapter.rb index 6ef816b73..d52d863e5 100644 --- a/lib/redmine/scm/adapters/mercurial_adapter.rb +++ b/lib/redmine/scm/adapters/mercurial_adapter.rb @@ -39,7 +39,7 @@ module Redmine end def sq_bin - @@sq_bin ||= shell_quote(HG_BIN) + @@sq_bin ||= shell_quote_command end def client_version -- 2.39.5