changeset 32991 | 03608e8d09e9 |
parent 32990 | 1d5d7e2b7ab5 |
child 33061 | c41cbe98822c |
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 ) |