##// END OF EJS Templates
scm: use "e.g." for "for example" at config/configuration.yml.example (#7517)....
Toshi MARUYAMA -
r4676:c1ec8c5ea33f
parent child
Show More
@@ -108,8 +108,8 default:
108 autologin_cookie_secure:
108 autologin_cookie_secure:
109
109
110 # Configuration of SCM executable command.
110 # Configuration of SCM executable command.
111 # Absolute path (ex. /usr/local/bin/hg) or command name (ex. hg.exe, bzr.exe)
111 # Absolute path (e.g. /usr/local/bin/hg) or command name (e.g. hg.exe, bzr.exe)
112 # On Windows, *.cmd, *.bat (ex. hg.cmd, bzr.bat) does not work.
112 # On Windows, *.cmd, *.bat (e.g. hg.cmd, bzr.bat) does not work.
113 scm_command_subversion: svn # (default: svn)
113 scm_command_subversion: svn # (default: svn)
114 scm_command_mercurial: "\"C:\Program Files\TortoiseHg\hg.exe\"" # (default: hg)
114 scm_command_mercurial: "\"C:\Program Files\TortoiseHg\hg.exe\"" # (default: hg)
115 scm_command_git: /usr/local/bin/git # (default: git)
115 scm_command_git: /usr/local/bin/git # (default: git)
General Comments 0
You need to be logged in to leave comments. Login now