mercurial/configitems.py
changeset 38100 18424aeece7f
parent 37769 6a7ff5816c5f
child 38215 f715faeaceee
equal deleted inserted replaced
38099:5a87bf0bd343 38100:18424aeece7f
   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,