diff mercurial/configitems.py @ 49430:2064bbf7a1d5

phase-shelve: Implement a 'shelve.store' experimental config Accepts "internal" or "strip", indicating how the shelved changes are stored. Defaults to "internal", retaining compatibility for repos with "internal-phase" already enabled.
author Jason R. Coombs <jaraco@jaraco.com>
date Wed, 10 Aug 2022 14:39:28 -0400
parents 4f04bb0d8deb
children cfff73cab721
line wrap: on
line diff
--- a/mercurial/configitems.py	Wed Aug 10 14:16:55 2022 -0400
+++ b/mercurial/configitems.py	Wed Aug 10 14:39:28 2022 -0400
@@ -1432,6 +1432,12 @@
     experimental=True,
 )
 coreconfigitem(
+    b'shelve',
+    b'store',
+    default='internal',
+    experimental=True,
+)
+coreconfigitem(
     b'fsmonitor',
     b'warn_when_unused',
     default=True,