changeset 40547 | 840cd57cde32 |
parent 40478 | 86dfae98a3a2 |
child 40589 | 054d0fcba2c4 |
--- a/mercurial/configitems.py Sat Nov 03 20:53:31 2018 +0900 +++ b/mercurial/configitems.py Sat Nov 03 19:42:50 2018 +0900 @@ -1181,6 +1181,9 @@ '{ifeq(branch, "default", "", "{branch} ")}' '- {author|user}: {desc|firstline}') ) +coreconfigitem('ui', 'message-output', + default='stdio', +) coreconfigitem('ui', 'nontty', default=False, )