configitems: drop the deprecated alias for commands.update.check
authorPulkit Goyal <7895pulkit@gmail.com>
Sun, 03 Jun 2018 17:02:38 +0530
changeset 38221 ee1f052b45ef
parent 38220 ad50f0399e1e
child 38222 507bdc40bb17
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
mercurial/configitems.py
--- 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,