D3679: configitems: drop the deprecated alias for commands.update.check

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Mon Jun 4 08:34:59 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGee1f052b45ef: configitems: drop the deprecated alias for commands.update.check (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3679?vs=8956&id=8965

REVISION DETAIL
  https://phab.mercurial-scm.org/D3679

AFFECTED FILES
  mercurial/configitems.py

CHANGE DETAILS

diff --git a/mercurial/configitems.py b/mercurial/configitems.py
--- a/mercurial/configitems.py
+++ b/mercurial/configitems.py
@@ -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,



To: pulkit, #hg-reviewers, av6
Cc: mercurial-devel


More information about the Mercurial-devel mailing list