# HG changeset patch # User RhodeCode Admin # Date 2021-04-20 08:29:43 # Node ID fb78c1067bdf638d3f54b5d4e808c6abda49064c # Parent 40a39d56c305d222d1c799bdc29fd8ffd08ded09 archiving: make it explicit archiving a repo is irreversible. diff --git a/rhodecode/templates/admin/repos/repo_edit_advanced.mako b/rhodecode/templates/admin/repos/repo_edit_advanced.mako --- a/rhodecode/templates/admin/repos/repo_edit_advanced.mako +++ b/rhodecode/templates/admin/repos/repo_edit_advanced.mako @@ -171,7 +171,7 @@ This repository is already archived. Only super-admin users can un-archive this repository. % else: @@ -180,6 +180,9 @@
+ + ${_('This action is irreversible')} ! +
${_('Archiving the repository will make it entirely read-only. The repository cannot be committed to.' 'It is hidden from the search results and dashboard. ')}