${_('This feature is available in RhodeCode EE edition only. Contact {sales_email} to obtain a trial license.').format(sales_email='sales@rhodecode.com')|n}
-
${_('When enabled, the target branch field will be automatically populated when creating pull requests. Disable this to prevent expensive diff calculations on repositories with many divergent branches.')}
@@ -307,6 +307,8 @@
##
## ${_('Use rebase instead of creating a merge commit when merging via web interface.')}
##
+ ## Hidden field for commented-out setting to prevent validation errors
+ ${h.hidden('rhodecode_git_use_rebase_for_merging' + suffix, 'False')}