diff 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
line wrap: on
line diff
--- a/mercurial/upgrade_utils/actions.py	Fri Jan 15 12:08:07 2021 +0530
+++ b/mercurial/upgrade_utils/actions.py	Mon Jan 18 19:16:49 2021 +0530
@@ -237,7 +237,7 @@
 
 @registerformatvariant
 class sharesafe(requirementformatvariant):
-    name = b'exp-sharesafe'
+    name = b'share-safe'
     _requirement = requirements.SHARESAFE_REQUIREMENT
 
     default = False