changeset 42244 | 0f01394457a0 |
parent 42231 | d345627d104b |
child 42309 | 604c086ddde6 |
--- a/mercurial/configitems.py Fri May 03 14:07:14 2019 +0800 +++ b/mercurial/configitems.py Fri May 03 14:11:16 2019 +0800 @@ -202,6 +202,9 @@ default=dynamicdefault, ) _registerdiffopts(section='commands', configprefix='commit.interactive.') +coreconfigitem('commands', 'commit.post-status', + default=False, +) coreconfigitem('commands', 'grep.all-files', default=False, )