Mercurial > hg-stable
changeset 38233:ee1f052b45ef
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
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Sun, 03 Jun 2018 17:02:38 +0530 |
parents | ad50f0399e1e |
children | 507bdc40bb17 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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,