Mercurial > public > mercurial-scm > hg
comparison mercurial/upgrade_utils/actions.py @ 46334:4b0192f592cf
share: move share safe functionality out of experimental
The share-safe functionality is complete and all configuration options are
implemented. The behavior is well discussed on mailing list and in reviews.
Let's unmark this as experimental to solve a chichen and egg issue.
Differential Revision: https://phab.mercurial-scm.org/D9823
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Mon, 18 Jan 2021 19:16:49 +0530 |
parents | 1fcab88ab85c |
children | 2e8a844d0ae0 bc268ea9f984 |
comparison
equal
deleted
inserted
replaced
46333:2eb5fe13461b | 46334:4b0192f592cf |
---|---|
235 ) | 235 ) |
236 | 236 |
237 | 237 |
238 @registerformatvariant | 238 @registerformatvariant |
239 class sharesafe(requirementformatvariant): | 239 class sharesafe(requirementformatvariant): |
240 name = b'exp-sharesafe' | 240 name = b'share-safe' |
241 _requirement = requirements.SHARESAFE_REQUIREMENT | 241 _requirement = requirements.SHARESAFE_REQUIREMENT |
242 | 242 |
243 default = False | 243 default = False |
244 | 244 |
245 description = _( | 245 description = _( |