From 5e4060b15c43dbffc59709a328e3f5bab107330c 2013-03-12 11:54:23 From: Toshi MARUYAMA Date: 2013-03-12 11:54:23 Subject: [PATCH] replace scm to SCM at config/configuration.yml.example (#13438) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11600 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/config/configuration.yml.example b/config/configuration.yml.example index 4c14fa8..27eb86f 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -133,7 +133,7 @@ default: scm_bazaar_command: scm_darcs_command: - # Absolute path to the scm commands errors (stderr) log file. + # Absolute path to the SCM commands errors (stderr) log file. # The default is to log in the 'log' directory of your Redmine instance. # Example: # scm_stderr_log_file: /var/log/redmine_scm_stderr.log