# HG changeset patch # User Valentin Gatien-Baron # Date 2022-01-18 01:47:46 # Node ID fe49225646616d1b05618e2308a2a6d3a628d65e # Parent f13fb742e1d801b42aa01067654e919b48003aa2 blackbox: correct date format doc Differential Revision: https://phab.mercurial-scm.org/D12004 diff --git a/hgext/blackbox.py b/hgext/blackbox.py --- a/hgext/blackbox.py +++ b/hgext/blackbox.py @@ -36,7 +36,7 @@ Examples:: 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