Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 32991:03608e8d09e9
configitems: register 'ui.clonebundleprefers' as example for 'configlist'
This exercise the default value handling in 'configlist'.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sat, 17 Jun 2017 13:25:42 +0200 |
parents | 1d5d7e2b7ab5 |
children | c41cbe98822c |
comparison
equal
deleted
inserted
replaced
32990:1d5d7e2b7ab5 | 32991:03608e8d09e9 |
---|---|
37 # Registering actual config items | 37 # Registering actual config items |
38 | 38 |
39 coreconfigitem('patch', 'fuzz', | 39 coreconfigitem('patch', 'fuzz', |
40 default=2, | 40 default=2, |
41 ) | 41 ) |
42 coreconfigitem('ui', 'clonebundleprefers', | |
43 default=[], | |
44 ) | |
42 coreconfigitem('ui', 'quiet', | 45 coreconfigitem('ui', 'quiet', |
43 default=False, | 46 default=False, |
44 ) | 47 ) |