mercurial/upgrade_utils/actions.py
changeset 46334 4b0192f592cf
parent 46230 1fcab88ab85c
child 46375 2e8a844d0ae0
child 46810 bc268ea9f984
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 = _(