Mercurial > public > mercurial-scm > hg
diff mercurial/upgrade_utils/actions.py @ 48669:7ee07e1a25c0
share-safe: enable by default (BC)
The feature have been around for a year (4 version) and is quite important.
Lets make it enabled by default.
Differential Revision: https://phab.mercurial-scm.org/D11997
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 11 Jan 2022 21:40:08 +0100 |
parents | bf11ff22a9af |
children | 17eaeb06562c |
line wrap: on
line diff
--- a/mercurial/upgrade_utils/actions.py Tue Jan 11 09:56:03 2022 +0100 +++ b/mercurial/upgrade_utils/actions.py Tue Jan 11 21:40:08 2022 +0100 @@ -243,7 +243,7 @@ name = b'share-safe' _requirement = requirements.SHARESAFE_REQUIREMENT - default = False + default = True description = _( b'old shared repositories do not share source repository '