diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-02-04 05:30:14 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-02-04 05:30:14 +0000 |
commit | c1ec8c5ea33f9b79bc230d5e3bd2d18c66071a7a (patch) | |
tree | 26dfb1f6e2029bbe10e0a9b7195e0a6b0bd72b0e /config/configuration.yml.example | |
parent | 0ffe328c0ac35b7593d1300a1a9d7474a5e1af10 (diff) | |
download | redmine-c1ec8c5ea33f9b79bc230d5e3bd2d18c66071a7a.tar.gz redmine-c1ec8c5ea33f9b79bc230d5e3bd2d18c66071a7a.zip |
scm: use "e.g." for "for example" at config/configuration.yml.example (#7517).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4796 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/configuration.yml.example')
-rw-r--r-- | config/configuration.yml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example index 94d1928b7..7a74711c3 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -108,8 +108,8 @@ default: autologin_cookie_secure: # Configuration of SCM executable command. - # Absolute path (ex. /usr/local/bin/hg) or command name (ex. hg.exe, bzr.exe) - # On Windows, *.cmd, *.bat (ex. hg.cmd, bzr.bat) does not work. + # 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) |