changeset 38651 | 5e4027db52f4 |
parent 38633 | e3d18de56417 |
child 38652 | bfcd5c7cbf9a |
--- a/mercurial/configitems.py Wed Jul 11 21:35:31 2018 +0900 +++ b/mercurial/configitems.py Wed Jul 11 21:51:47 2018 +0900 @@ -187,6 +187,9 @@ coreconfigitem('color', 'pagermode', default=dynamicdefault, ) +coreconfigitem('commands', 'grep.all-files', + default=True, +) coreconfigitem('commands', 'show.aliasprefix', default=list, )