##// END OF EJS Templates
Merged r6447 from trunk....
Toshi MARUYAMA -
r6329:6f15634e12a0
parent child
Show More
@@ -108,8 +108,15 default:
108 autologin_cookie_secure:
108 autologin_cookie_secure:
109
109
110 # Configuration of SCM executable command.
110 # Configuration of SCM executable command.
111 #
111 # Absolute path (e.g. /usr/local/bin/hg) or command name (e.g. hg.exe, bzr.exe)
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 # Examples:
120 # Examples:
114 # scm_subversion_command: svn # (default: svn)
121 # scm_subversion_command: svn # (default: svn)
115 # scm_mercurial_command: C:\Program Files\TortoiseHg\hg.exe # (default: hg)
122 # scm_mercurial_command: C:\Program Files\TortoiseHg\hg.exe # (default: hg)
@@ -117,6 +124,7 default:
117 # scm_cvs_command: cvs # (default: cvs)
124 # scm_cvs_command: cvs # (default: cvs)
118 # scm_bazaar_command: bzr.exe # (default: bzr)
125 # scm_bazaar_command: bzr.exe # (default: bzr)
119 # scm_darcs_command: darcs-1.0.9-i386-linux # (default: darcs)
126 # scm_darcs_command: darcs-1.0.9-i386-linux # (default: darcs)
127 #
120 scm_subversion_command:
128 scm_subversion_command:
121 scm_mercurial_command:
129 scm_mercurial_command:
122 scm_git_command:
130 scm_git_command:
General Comments 0
You need to be logged in to leave comments. Login now