mercurial/configitems.py
changeset 45025 24b1a8eb73aa
parent 44896 4dcb2791beab
child 45057 d6e99a446eea
--- 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(