comparison mercurial-server/resources/buildServerResources/mercurialSettings.jsp @ 469:25ec3dde8770 Faradi-7.1.x

TW-23426
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Thu, 06 Sep 2012 18:09:19 +0400
parents 1dc564bac602
children 848c834e3d98
comparison
equal deleted inserted replaced
467:bc2e00800054 469:25ec3dde8770
20 <th><label for="repositoryPath">Pull Changes From: <l:star/></label></th> 20 <th><label for="repositoryPath">Pull Changes From: <l:star/></label></th>
21 <td><props:textProperty name="repositoryPath" className="longField" onchange="updateBranchName(this.value)"/> 21 <td><props:textProperty name="repositoryPath" className="longField" onchange="updateBranchName(this.value)"/>
22 <span class="error" id="error_repositoryPath"></span></td> 22 <span class="error" id="error_repositoryPath"></span></td>
23 </tr> 23 </tr>
24 <tr> 24 <tr>
25 <th><label for="branchName">Branch Name: </label></th> 25 <th><label for="branchName">Default Branch: </label></th>
26 <td><props:textProperty name="branchName" /></td> 26 <td>
27 <props:textProperty name="branchName" />
28 <div class="smallNote">Branch to be used if no branch from Branch Specification is set</div>
29 </td>
27 </tr> 30 </tr>
28 <bs:branchSpecTableRow/> 31 <bs:branchSpecTableRow/>
29 <tr> 32 <tr>
30 <th><label for="serverClonePath">Clone Repository To: </label></th> 33 <th><label for="serverClonePath">Clone Repository To: </label></th>
31 <td><props:textProperty name="serverClonePath" className="longField"/> 34 <td><props:textProperty name="serverClonePath" className="longField"/>