changeset 463:0d9919bd9685

Use branchSpec tag
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Sun, 15 Jul 2012 13:15:20 +0400
parents b21f3b3a33b1
children 1dc564bac602
files mercurial-server/resources/buildServerResources/mercurialSettings.jsp
diffstat 1 files changed, 1 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Tue Jul 10 21:45:32 2012 +0400
+++ b/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Sun Jul 15 13:15:20 2012 +0400
@@ -25,13 +25,7 @@
     <th><label for="branchName">Branch name: </label></th>
     <td><props:textProperty name="branchName" /></td>
   </tr>
-  <tr>
-    <th><label>Branch Specification:</label></th>
-    <td>
-      <props:multilineProperty name="teamcity:branchSpec" value="${vcsPropertiesBean.branchSpec}" rows="3" cols="60" linkTitle="Edit branch specification" expanded="${true}" className="longField"/>
-      <span class="smallNote">Newline-delimited set or rules in the form of <b>+|-:branch name</b> (with optional <b>*</b> placeholder)</span>
-    </td>
-  </tr>
+  <bs:branchSpecTableRow/>
   <tr>
     <th><label for="serverClonePath">Clone repository to: </label></th>
     <td><props:textProperty name="serverClonePath" className="longField"/>