0
|
1 <%@include file="/include.jsp"%>
|
|
2 <%@ taglib prefix="props" tagdir="/WEB-INF/tags/props" %>
|
|
3 <jsp:useBean id="propertiesBean" scope="request" type="jetbrains.buildServer.controllers.BasePropertiesBean"/>
|
|
4 <table class="runnerFormTable">
|
|
5
|
|
6 <l:settingsGroup title="Mercurial Settings">
|
|
7 <tr>
|
|
8 <th><label for="hgCommandPath">HG command path: <l:star/></label></th>
|
|
9 <td><props:textProperty name="hgCommandPath" className="longField" />
|
|
10 <span class="error" id="error_hgCommandPath"></span></td>
|
|
11 </tr>
|
|
12 <tr>
|
|
13 <th><label for="repositoryPath">Repository: <l:star/></label></th>
|
|
14 <td><props:textProperty name="repositoryPath" className="longField" />
|
|
15 <span class="error" id="error_repositoryPath"></span></td>
|
|
16 </tr>
|
|
17 </l:settingsGroup>
|
|
18
|
|
19 </table>
|