Mercurial > hg
changeset 48572:fe4922564661
blackbox: correct date format doc
Differential Revision: https://phab.mercurial-scm.org/D12004
author | Valentin Gatien-Baron <valentin.gatienbaron@gmail.com> |
---|---|
date | Mon, 17 Jan 2022 20:47:46 -0500 |
parents | f13fb742e1d8 |
children | 011f5218ff2d |
files | hgext/blackbox.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/blackbox.py Tue Jan 18 10:27:13 2022 +0100 +++ b/hgext/blackbox.py Mon Jan 17 20:47:46 2022 -0500 @@ -36,7 +36,7 @@ maxfiles = 3 [blackbox] - # Include nanoseconds in log entries with %f (see Python function + # Include microseconds in log entries with %f (see Python function # datetime.datetime.strftime) date-format = %Y-%m-%d @ %H:%M:%S.%f