Mercurial > hg
comparison mercurial/configitems.py @ 38221: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 | f715faeaceee |
children | ead71b15efd5 |
comparison
equal
deleted
inserted
replaced
38220:ad50f0399e1e | 38221:ee1f052b45ef |
---|---|
199 coreconfigitem('commands', 'status.verbose', | 199 coreconfigitem('commands', 'status.verbose', |
200 default=False, | 200 default=False, |
201 ) | 201 ) |
202 coreconfigitem('commands', 'update.check', | 202 coreconfigitem('commands', 'update.check', |
203 default=None, | 203 default=None, |
204 # Deprecated, remove after 4.4 release | |
205 alias=[('experimental', 'updatecheck')] | |
206 ) | 204 ) |
207 coreconfigitem('commands', 'update.requiredest', | 205 coreconfigitem('commands', 'update.requiredest', |
208 default=False, | 206 default=False, |
209 ) | 207 ) |
210 coreconfigitem('committemplate', '.*', | 208 coreconfigitem('committemplate', '.*', |