configitems: drop the deprecated alias for commands.update.check
experimental.updatecheck was deprecated and should have been removed once 4.4
was released. Let's drop it now.
Differential Revision: https://phab.mercurial-scm.org/D3679
--- a/mercurial/configitems.py Sat Jun 02 15:55:28 2018 +0530
+++ b/mercurial/configitems.py Sun Jun 03 17:02:38 2018 +0530
@@ -201,8 +201,6 @@
)
coreconfigitem('commands', 'update.check',
default=None,
- # Deprecated, remove after 4.4 release
- alias=[('experimental', 'updatecheck')]
)
coreconfigitem('commands', 'update.requiredest',
default=False,