diff mercurial-server/resources/buildServerResources/mercurialSettings.jsp @ 469:25ec3dde8770 Faradi-7.1.x

TW-23426
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Thu, 06 Sep 2012 18:09:19 +0400
parents 1dc564bac602
children 848c834e3d98
line wrap: on
line diff
--- a/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Tue Aug 14 14:47:41 2012 +0400
+++ b/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Thu Sep 06 18:09:19 2012 +0400
@@ -22,8 +22,11 @@
       <span class="error" id="error_repositoryPath"></span></td>
   </tr>
   <tr>
-    <th><label for="branchName">Branch Name: </label></th>
-    <td><props:textProperty name="branchName" /></td>
+    <th><label for="branchName">Default Branch: </label></th>
+    <td>
+        <props:textProperty name="branchName" />
+        <div class="smallNote">Branch to be used if no branch from Branch Specification is set</div>
+    </td>
   </tr>
   <bs:branchSpecTableRow/>
   <tr>