# HG changeset patch # User Valentin Gatien-Baron # Date 1642470466 18000 # Node ID fe49225646616d1b05618e2308a2a6d3a628d65e # Parent f13fb742e1d801b42aa01067654e919b48003aa2 blackbox: correct date format doc Differential Revision: https://phab.mercurial-scm.org/D12004 diff -r f13fb742e1d8 -r fe4922564661 hgext/blackbox.py --- 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