diff mercurial/configitems.py @ 49343:9e203cda3238

auto-upgrade: add an option to silence the share-safe message For well tested case, the message can get in the way, so we add a way to disable it.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 14 Jun 2022 15:11:36 +0200
parents 2bcf5e14bb7e
children b38f5063a0c6
line wrap: on
line diff
--- a/mercurial/configitems.py	Tue Jun 14 15:45:37 2022 +0200
+++ b/mercurial/configitems.py	Tue Jun 14 15:11:36 2022 +0200
@@ -1409,6 +1409,12 @@
 )
 coreconfigitem(
     b'format',
+    b'use-share-safe.automatic-upgrade-of-mismatching-repositories:quiet',
+    default=False,
+    experimental=True,
+)
+coreconfigitem(
+    b'format',
     b'internal-phase',
     default=False,
     experimental=True,