# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 1528025558 -19800 # Node ID ee1f052b45efa0b35abc9b4f40b476bff10de772 # Parent ad50f0399e1e04c2ae40e9e326e44b6fff3108f4 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 diff -r ad50f0399e1e -r ee1f052b45ef 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,