]> source.dussan.org Git - redmine.git/commitdiff
scm: use "e.g." for "for example" at config/configuration.yml.example (#7517).
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 4 Feb 2011 05:30:14 +0000 (05:30 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 4 Feb 2011 05:30:14 +0000 (05:30 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4796 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/configuration.yml.example

index 94d1928b7fec3ef4ea604d38e71819928a1d82dc..7a74711c34c7bf9dc7c7fd7ac622930dddb622f8 100644 (file)
@@ -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)