Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 49347:4f04bb0d8deb
auto-upgrade: add an option to silence the safe-mismatch 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 19:40:35 +0200 |
parents | 67b210bb5ce2 |
children | a5f551f8b723 2064bbf7a1d5 |
line wrap: on
line diff
--- a/mercurial/configitems.py Tue Jun 14 15:22:05 2022 +0200 +++ b/mercurial/configitems.py Tue Jun 14 19:40:35 2022 +0200 @@ -2170,6 +2170,16 @@ default=True, ) coreconfigitem( + b'share', + b'safe-mismatch.source-not-safe:verbose-upgrade', + default=True, +) +coreconfigitem( + b'share', + b'safe-mismatch.source-safe:verbose-upgrade', + default=True, +) +coreconfigitem( b'shelve', b'maxbackups', default=10,