view mercurial/resources/buildServerResources/mercurialSettings.jsp @ 13:26505742bae5

disable test connection
author Pavel.Sher
date Tue, 15 Jul 2008 21:47:42 +0400
parents a530ea876f55
children
line wrap: on
line source
<%@include file="/include.jsp"%>
<%@ taglib prefix="props" tagdir="/WEB-INF/tags/props" %>
<jsp:useBean id="propertiesBean" scope="request" type="jetbrains.buildServer.controllers.BasePropertiesBean"/>
<table class="runnerFormTable">

  <l:settingsGroup title="Mercurial Settings">
  <tr>
    <th><label for="hgCommandPath">HG command path: <l:star/></label></th>
    <td><props:textProperty name="hgCommandPath" className="longField" />
      <span class="error" id="error_hgCommandPath"></span></td>
  </tr>
  <tr>
    <th><label for="repositoryPath">Pull changes from: <l:star/></label></th>
    <td><props:textProperty name="repositoryPath" className="longField" />
      <span class="error" id="error_repositoryPath"></span></td>
  </tr>
  </l:settingsGroup>
  
</table>