diff --git a/rhodecode/templates/base/vcs_settings.html b/rhodecode/templates/base/vcs_settings.html --- a/rhodecode/templates/base/vcs_settings.html +++ b/rhodecode/templates/base/vcs_settings.html @@ -116,6 +116,26 @@ % endif + ## LABS for HG + % if c.labs_active: +
+
+

${_('Mercurial Labs Settings')} (${_('These features are considered experimental and may not work as expected.')})

+
+
+ +
+ ${h.checkbox('rhodecode_hg_use_rebase_for_merging' + suffix, 'True', **kwargs)} + +
+
+ ${_('Use rebase instead of creating a merge commit when merging via web interface.')} +
+ +
+
+ % endif + % endif % if display_globals or repo_type in ['svn']: @@ -143,7 +163,7 @@
- ${_('e.g. http://localhost:8080/')} + ${_('Url to Apache Proxy, e.g. http://localhost:8080/')}
@@ -236,31 +256,4 @@
% endif - ## This condition has to be adapted if we add more labs settings for - ## VCS types other than 'hg' - % if c.labs_active and (display_globals or repo_type in ['hg']): -
-
-

${_('Labs settings')}: ${_('These features are considered experimental and may not work as expected.')}

-
-
-
- -
-
- -
-
-
- ${h.checkbox('rhodecode_hg_use_rebase_for_merging' + suffix, 'True', **kwargs)} - -
- -
-
- -
-
-
- % endif