Mercurial > hg > mercurial
diff mercurial-server/resources/buildServerResources/mercurialSettings.jsp @ 455:cb5263bf8b25
Show branchSpec and branch together
author | Dmitry Neverov <dmitry.neverov@jetbrains.com> |
---|---|
date | Wed, 04 Jul 2012 21:36:43 +0400 |
parents | 585a23bc9400 |
children | 0d9919bd9685 |
line wrap: on
line diff
--- a/mercurial-server/resources/buildServerResources/mercurialSettings.jsp Tue Jul 03 23:06:50 2012 +0200 +++ b/mercurial-server/resources/buildServerResources/mercurialSettings.jsp Wed Jul 04 21:36:43 2012 +0400 @@ -26,6 +26,13 @@ <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> + <tr> <th><label for="serverClonePath">Clone repository to: </label></th> <td><props:textProperty name="serverClonePath" className="longField"/> <div class="smallNote" style="margin: 0;">Provide path to a parent directory on TeamCity server where a cloned repository should be created (applicable to "Automatically on server" checkout mode only). Leave blank to use default path.</div>