comparison mercurial-server/resources/buildServerResources/mercurialSettings.jsp @ 170:48a9978eaa37

Add option in UI
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Wed, 09 Feb 2011 13:51:33 +0300
parents 09cca4213a3d
children 24d926f22e85
comparison
equal deleted inserted replaced
169:6105c009955e 170:48a9978eaa37
29 <th><label for="serverClonePath">Clone repository to: </label></th> 29 <th><label for="serverClonePath">Clone repository to: </label></th>
30 <td><props:textProperty name="serverClonePath" className="longField"/> 30 <td><props:textProperty name="serverClonePath" className="longField"/>
31 <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> 31 <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>
32 </td> 32 </td>
33 </tr> 33 </tr>
34 <tr>
35 <th><label for="uncompressedTransfer">Use uncompressed transfer: </label></th>
36 <td><props:checkboxProperty name="uncompressedTransfer"/>
37 <div class="smallNote" style="margin: 0;">Uncompressed transfer is faster for repositories in the LAN.</div>
38 </td>
39 </tr>
34 </l:settingsGroup> 40 </l:settingsGroup>
35 <l:settingsGroup title="Authorization settings"> 41 <l:settingsGroup title="Authorization settings">
36 <tr> 42 <tr>
37 <td colspan="2">Authorization settings can be required if you need to tag / label sources in the remote repository.</td> 43 <td colspan="2">Authorization settings can be required if you need to tag / label sources in the remote repository.</td>
38 </tr> 44 </tr>