comparison mercurial/upgrade_utils/actions.py @ 46337:6e81446bf1d9

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
46336:4f17773fc6b5 46337:6e81446bf1d9
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 = _(