@@ -108,8 +108,15 default: | |||
|
108 | 108 | autologin_cookie_secure: |
|
109 | 109 | |
|
110 | 110 | # Configuration of SCM executable command. |
|
111 | # | |
|
111 | 112 | # Absolute path (e.g. /usr/local/bin/hg) or command name (e.g. hg.exe, bzr.exe) |
|
112 | # On Windows, *.cmd, *.bat (e.g. hg.cmd, bzr.bat) does not work. | |
|
113 | # On Windows + CRuby, *.cmd, *.bat (e.g. hg.cmd, bzr.bat) does not work. | |
|
114 | # | |
|
115 | # On Windows + JRuby 1.6.2, path which contains spaces does not work. | |
|
116 | # For example, "C:\Program Files\TortoiseHg\hg.exe". | |
|
117 | # If you want to this feature, you need to install to the path which does not contains spaces. | |
|
118 | # For example, "C:\TortoiseHg\hg.exe". | |
|
119 | # | |
|
113 | 120 | # Examples: |
|
114 | 121 | # scm_subversion_command: svn # (default: svn) |
|
115 | 122 | # scm_mercurial_command: C:\Program Files\TortoiseHg\hg.exe # (default: hg) |
@@ -117,6 +124,7 default: | |||
|
117 | 124 | # scm_cvs_command: cvs # (default: cvs) |
|
118 | 125 | # scm_bazaar_command: bzr.exe # (default: bzr) |
|
119 | 126 | # scm_darcs_command: darcs-1.0.9-i386-linux # (default: darcs) |
|
127 | # | |
|
120 | 128 | scm_subversion_command: |
|
121 | 129 | scm_mercurial_command: |
|
122 | 130 | scm_git_command: |
General Comments 0
You need to be logged in to leave comments.
Login now