Mercurial > hg > mercurial
comparison mercurial-server/resources/buildServerResources/mercurialSettings.jsp @ 871:8b0a27214abf
remove unused property
author | Dmitry Neverov <dmitry.neverov@jetbrains.com> |
---|---|
date | Wed, 24 Sep 2014 19:58:13 +0200 |
parents | 6df89e185a3c |
children | 4e29b1244707 |
comparison
equal
deleted
inserted
replaced
870:6df89e185a3c | 871:8b0a27214abf |
---|---|
25 $('branchName').value = repoPath.substring(repoPath.indexOf('#')+1); | 25 $('branchName').value = repoPath.substring(repoPath.indexOf('#')+1); |
26 } | 26 } |
27 } | 27 } |
28 </script> | 28 </script> |
29 <c:set var="subreposGloballyDisabled" value="<%= !TeamCityProperties.getBooleanOrTrue(Constants.GLOBAL_DETECT_SUBREPO_CHANGES) %>"/> | 29 <c:set var="subreposGloballyDisabled" value="<%= !TeamCityProperties.getBooleanOrTrue(Constants.GLOBAL_DETECT_SUBREPO_CHANGES) %>"/> |
30 <c:set var="showHgConfig" value="<%= TeamCityProperties.getBoolean(Constants.SUPPORT_HG_CONFIG) %>"/> | |
31 <table class="runnerFormTable"> | 30 <table class="runnerFormTable"> |
32 | 31 |
33 <l:settingsGroup title="General Settings"> | 32 <l:settingsGroup title="General Settings"> |
34 <tr> | 33 <tr> |
35 <th><label for="repositoryPath">Pull changes from: <l:star/></label></th> | 34 <th><label for="repositoryPath">Pull changes from: <l:star/></label></th> |