changeset 988:0017752827d3

Merge branch Indore-2017.2.x
author Dmitry Neverov <dmitry.neverov@gmail.com>
date Thu, 25 Jan 2018 16:44:35 +0100
parents b297473ff0d0 (current diff) dd8d37d45ed2 (diff)
children fa9db66122d7
files
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Thu Jan 25 11:25:08 2018 +0100
+++ b/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Thu Jan 25 16:44:35 2018 +0100
@@ -62,7 +62,11 @@
     <tr class="advancedSetting">
       <th><label for="serverClonePath">Clone repository to: </label></th>
       <td><props:textProperty name="serverClonePath" className="longField"/>
-        <div class="smallNote" style="margin: 0;">Provide path to a parent directory on TeamCity server where a cloned repository should be created (applicable to "Automatically on server" checkout mode only). Leave blank to use default path.</div>
+        <div class="smallNote" style="margin: 0;">
+          Provide path to a parent directory on TeamCity server where a cloned repository
+          should be created. Leave blank to use default path. Custom path will only be used
+          if included into whitelist.<bs:help file="Mercurial" anchor="clonePathWhitelist"/>
+        </div>
       </td>
     </tr>
   </c:if>
@@ -92,7 +96,7 @@
     <td>
       <props:textProperty name="hgCommandPath" className="longField" />
       <span class="error" id="error_hgCommandPath"></span>
-      <div class="smallNote" style="margin: 0;">The path will be used on TeamCity server only if it is included into whitelist.<bs:help file="Mercurial" anchor="Pathtohgexecutabledetection"/></div>
+      <div class="smallNote" style="margin: 0;">The path will be used on TeamCity server only if it is included into whitelist.<bs:help file="Mercurial" anchor="hgPathWhitelist"/></div>
     </td>
   </tr>
   <tr class="advancedSetting">