diff mercurial-server/resources/buildServerResources/mercurialSettings.jsp @ 898:638d979c6117

Polishing 'use mirrors' option Rename 'Use shared mirrors' in the UI to 'Use mirrors' as it is in git, add an ability to change mirroring strategy (disable mirrors sharing on the agent). Unfortunately cannot change the USE_AGENT_MIRRORS property name because we already have VCS roots with the 'useSharedMirrors' prop.
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Wed, 12 Nov 2014 17:30:16 +0100
parents 4e29b1244707
children e7b716719044
line wrap: on
line diff
--- a/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Mon Nov 10 21:48:09 2014 +0100
+++ b/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Wed Nov 12 17:30:16 2014 +0100
@@ -125,8 +125,14 @@
       </td>
     </tr>
     <tr class="advancedSetting">
-      <th><label for="useSharedMirrors">Use shared mirrors:</label></th>
-      <td><props:checkboxProperty name="useSharedMirrors"/></td>
+      <th><label for="useSharedMirrors">Use mirrors:</label></th>
+      <td>
+        <props:checkboxProperty name="useSharedMirrors"/>
+        <div class="smallNote" style="margin: 0" >
+          When this option is enabled TeamCity creates a separate clone of the repository on each agent
+          and use it in checkout directory via mercurial share extension.
+        </div>
+      </td>
     </tr>
   </l:settingsGroup>
 </table>