diff mercurial/configitems.py @ 49345:b38f5063a0c6

auto-upgrade: add an option to silence the dirstate-v2 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:19:45 +0200
parents 9e203cda3238
children 67b210bb5ce2
line wrap: on
line diff
--- a/mercurial/configitems.py	Tue Jun 14 15:17:51 2022 +0200
+++ b/mercurial/configitems.py	Tue Jun 14 15:19:45 2022 +0200
@@ -1289,6 +1289,12 @@
 )
 coreconfigitem(
     b'format',
+    b'use-dirstate-v2.automatic-upgrade-of-mismatching-repositories:quiet',
+    default=False,
+    experimental=True,
+)
+coreconfigitem(
+    b'format',
     b'use-dirstate-tracked-hint',
     default=False,
     experimental=True,