changeset 32990 | 1d5d7e2b7ab5 |
parent 32986 | 2529e2ae9f4c |
child 32991 | 03608e8d09e9 |
32989:149b68224b08 | 32990:1d5d7e2b7ab5 |
---|---|
34 raise error.ProgrammingError(msg % (item.section, item.name)) |
34 raise error.ProgrammingError(msg % (item.section, item.name)) |
35 section[item.name] = item |
35 section[item.name] = item |
36 |
36 |
37 # Registering actual config items |
37 # Registering actual config items |
38 |
38 |
39 coreconfigitem('patch', 'fuzz', |
|
40 default=2, |
|
41 ) |
|
39 coreconfigitem('ui', 'quiet', |
42 coreconfigitem('ui', 'quiet', |
40 default=False, |
43 default=False, |
41 ) |
44 ) |