Mercurial > public > mercurial-scm > hg
diff mercurial/configitems.py @ 45058:f43bc4ce0d69
cmdserver: document message-encodings and channel output options
While writing the previous patch, I noticed these options are undocumented.
In my testing, a separate status/error message channel works well in GUI
frontend as we no longer have to sort out data and message from mixed outputs.
So let's mark it as not experimental.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 28 Jun 2020 17:32:32 +0900 |
parents | d6e99a446eea |
children | 02b17231f6c3 |
line wrap: on
line diff
--- a/mercurial/configitems.py Sat Jun 27 21:46:23 2020 +0900 +++ b/mercurial/configitems.py Sun Jun 28 17:32:32 2020 +0900 @@ -204,7 +204,7 @@ b'cmdserver', b'max-repo-cache', default=0, experimental=True, ) coreconfigitem( - b'cmdserver', b'message-encodings', default=list, experimental=True, + b'cmdserver', b'message-encodings', default=list, ) coreconfigitem( b'cmdserver',