equal
deleted
inserted
replaced
191 default=False, |
191 default=False, |
192 ) |
192 ) |
193 coreconfigitem('commands', 'status.skipstates', |
193 coreconfigitem('commands', 'status.skipstates', |
194 default=[], |
194 default=[], |
195 ) |
195 ) |
|
196 coreconfigitem('commands', 'status.terse', |
|
197 default='', |
|
198 ) |
196 coreconfigitem('commands', 'status.verbose', |
199 coreconfigitem('commands', 'status.verbose', |
197 default=False, |
200 default=False, |
198 ) |
201 ) |
199 coreconfigitem('commands', 'update.check', |
202 coreconfigitem('commands', 'update.check', |
200 default=None, |
203 default=None, |