diff mercurial/configitems.py @ 49342:67b210bb5ce2

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