diff mercurial-server/resources/buildServerResources/mercurialSettings.jsp @ 544:4ff88460fb5d

UI option for subrepo changes
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Wed, 06 Feb 2013 19:23:53 +0400
parents 9c22b0679417
children 91b58ee782ac
line wrap: on
line diff
--- a/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Wed Feb 06 19:23:46 2013 +0400
+++ b/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Wed Feb 06 19:23:53 2013 +0400
@@ -31,6 +31,12 @@
     </td>
   </tr>
   <tr>
+    <th><label for="detectSubrepoChanges">Detect subrepo changes: </label></th>
+      <td>
+        <props:checkboxProperty name="detectSubrepoChanges"/>
+      </td>
+    </tr>
+  <tr>
     <th><label for="tagUsername">Username For Tags: </label></th>
     <td><props:textProperty name="tagUsername"/>
       <div class="smallNote" style="margin: 0;">Format: User Name &lt;email&gt;</div>