mercurial/configitems.py
changeset 42244 0f01394457a0
parent 42231 d345627d104b
child 42309 604c086ddde6
equal deleted inserted replaced
42243:165b1aad43da 42244:0f01394457a0
   200 )
   200 )
   201 coreconfigitem('color', 'pagermode',
   201 coreconfigitem('color', 'pagermode',
   202     default=dynamicdefault,
   202     default=dynamicdefault,
   203 )
   203 )
   204 _registerdiffopts(section='commands', configprefix='commit.interactive.')
   204 _registerdiffopts(section='commands', configprefix='commit.interactive.')
       
   205 coreconfigitem('commands', 'commit.post-status',
       
   206     default=False,
       
   207 )
   205 coreconfigitem('commands', 'grep.all-files',
   208 coreconfigitem('commands', 'grep.all-files',
   206     default=False,
   209     default=False,
   207 )
   210 )
   208 coreconfigitem('commands', 'resolve.confirm',
   211 coreconfigitem('commands', 'resolve.confirm',
   209     default=False,
   212     default=False,