Mercurial > hg-stable
diff mercurial/configitems.py @ 45035:24b1a8eb73aa
ui: add option to timestamp status and diagnostic messages
Differential Revision: https://phab.mercurial-scm.org/D8640
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Thu, 18 Jun 2020 15:13:38 +0200 |
parents | 4dcb2791beab |
children | d6e99a446eea |
line wrap: on
line diff
--- a/mercurial/configitems.py Mon Jun 29 20:53:32 2020 +0900 +++ b/mercurial/configitems.py Thu Jun 18 15:13:38 2020 +0200 @@ -1384,6 +1384,9 @@ b'ui', b'timeout.warn', default=0, ) coreconfigitem( + b'ui', b'timestamp-output', default=False, +) +coreconfigitem( b'ui', b'traceback', default=False, ) coreconfigitem(