annotate mercurial-server/resources/buildServerResources/mercurialSettings.jsp @ 27:7944e8985ebd

prepare modules structure for agent side checkout
author Pavel.Sher
date Wed, 23 Jul 2008 09:18:03 +0400
parents mercurial/resources/buildServerResources/mercurialSettings.jsp@26505742bae5
children 4059fcc5473e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
1 <%@include file="/include.jsp"%>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
2 <%@ taglib prefix="props" tagdir="/WEB-INF/tags/props" %>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
3 <jsp:useBean id="propertiesBean" scope="request" type="jetbrains.buildServer.controllers.BasePropertiesBean"/>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
4 <table class="runnerFormTable">
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
5
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
6 <l:settingsGroup title="Mercurial Settings">
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
7 <tr>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
8 <th><label for="hgCommandPath">HG command path: <l:star/></label></th>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
9 <td><props:textProperty name="hgCommandPath" className="longField" />
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
10 <span class="error" id="error_hgCommandPath"></span></td>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
11 </tr>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
12 <tr>
13
26505742bae5 disable test connection
Pavel.Sher
parents: 0
diff changeset
13 <th><label for="repositoryPath">Pull changes from: <l:star/></label></th>
0
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
14 <td><props:textProperty name="repositoryPath" className="longField" />
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
15 <span class="error" id="error_repositoryPath"></span></td>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
16 </tr>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
17 </l:settingsGroup>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
18
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
19 </table>