summaryrefslogtreecommitdiffstats
path: root/config/configuration.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/configuration.yml.example')
-rw-r--r--config/configuration.yml.example10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example
index 7a74711c3..a1937959b 100644
--- a/config/configuration.yml.example
+++ b/config/configuration.yml.example
@@ -110,11 +110,11 @@ default:
# Configuration of SCM executable command.
# Absolute path (e.g. /usr/local/bin/hg) or command name (e.g. hg.exe, bzr.exe)
# On Windows, *.cmd, *.bat (e.g. hg.cmd, bzr.bat) does not work.
- scm_command_subversion: svn # (default: svn)
- scm_command_mercurial: "\"C:\Program Files\TortoiseHg\hg.exe\"" # (default: hg)
- scm_command_git: /usr/local/bin/git # (default: git)
- scm_command_bazaar: bzr.exe # (default: bzr)
- scm_command_darcs: darcs-1.0.9-i386-linux # (default: darcs)
+ scm_subversion_command: svn # (default: svn)
+ scm_mercurial_command: "\"C:\Program Files\TortoiseHg\hg.exe\"" # (default: hg)
+ scm_git_command: /usr/local/bin/git # (default: git)
+ scm_bazaar_command: bzr.exe # (default: bzr)
+ scm_darcs_command: darcs-1.0.9-i386-linux # (default: darcs)
# specific configuration options for production environment
# that overrides the default ones