diff mercurial/configitems.py @ 48669:7ee07e1a25c0

share-safe: enable by default (BC) The feature have been around for a year (4 version) and is quite important. Lets make it enabled by default. Differential Revision: https://phab.mercurial-scm.org/D11997
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 11 Jan 2022 21:40:08 +0100
parents 04688c51f81f
children e845537f6adb
line wrap: on
line diff
--- a/mercurial/configitems.py	Tue Jan 11 09:56:03 2022 +0100
+++ b/mercurial/configitems.py	Tue Jan 11 21:40:08 2022 +0100
@@ -1375,7 +1375,7 @@
 coreconfigitem(
     b'format',
     b'use-share-safe',
-    default=False,
+    default=True,
 )
 coreconfigitem(
     b'format',