obsolete.ChilliProject/lib/redmine/scm/adapters
Toshi MARUYAMA 6d0fcf556d 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-03-27 10:10:55 -07:00
..
mercurial scm: mercurial: escape any filenames by urlescape (#2664, #7064). 2011-01-05 15:02:24 +00:00
abstract_adapter.rb scm: use shell quote for scm command at adapter level (#7517, #4273). 2011-03-27 10:10:55 -07:00
bazaar_adapter.rb scm: use shell quote for scm command at adapter level (#7517, #4273). 2011-03-27 10:10:55 -07:00
cvs_adapter.rb scm: use shell quote for scm command at adapter level (#7517, #4273). 2011-03-27 10:10:55 -07:00
darcs_adapter.rb scm: use shell quote for scm command at adapter level (#7517, #4273). 2011-03-27 10:10:55 -07:00
filesystem_adapter.rb scm: use shell quote for scm command at adapter level (#7517, #4273). 2011-03-27 10:10:55 -07:00
git_adapter.rb scm: use shell quote for scm command at adapter level (#7517, #4273). 2011-03-27 10:10:55 -07:00
mercurial_adapter.rb scm: use shell quote for scm command at adapter level (#7517, #4273). 2011-03-27 10:10:55 -07:00
subversion_adapter.rb scm: use shell quote for scm command at adapter level (#7517, #4273). 2011-03-27 10:10:55 -07:00