diff mercurial/configitems.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 4f17773fc6b5
children 0600e8467101 86b019899737
line wrap: on
line diff
--- a/mercurial/configitems.py	Fri Jan 15 12:08:07 2021 +0530
+++ b/mercurial/configitems.py	Mon Jan 18 19:16:49 2021 +0530
@@ -1272,9 +1272,8 @@
 )
 coreconfigitem(
     b'format',
-    b'exp-share-safe',
+    b'use-share-safe',
     default=False,
-    experimental=True,
 )
 coreconfigitem(
     b'format',