Redmine/lib/redmine/scm
Toshi MARUYAMA 8b98c05879 scm: use shell quote for scm command at adapter level (#7517, #4273).
"C:\Program Files\TortoiseHg\hg.exe" can be used in config/configuration.yml.

In Ruby 1.9 IO.popen, if cmd is an Array of String,
it will be used as the subprocess‘s argv bypassing a shell.

See http://www.ruby-doc.org/core/classes/IO.html

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4821 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-02-14 06:14:34 +00:00
..
adapters scm: use shell quote for scm command at adapter level (#7517, #4273). 2011-02-14 06:14:34 +00:00
base.rb Converted the REDMINE_SUPPORTED_SCM constant to a class 2010-02-16 22:41:59 +00:00