Mercurial > public > mercurial-scm > hg-stable
comparison hgext/blackbox.py @ 48597: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 | 36f3a64846c8 |
children | 011f5218ff2d |
comparison
equal
deleted
inserted
replaced
48596:f13fb742e1d8 | 48597:fe4922564661 |
---|---|
34 maxsize = 1.5 MB | 34 maxsize = 1.5 MB |
35 # rotate up to N log files when the current one gets too big | 35 # rotate up to N log files when the current one gets too big |
36 maxfiles = 3 | 36 maxfiles = 3 |
37 | 37 |
38 [blackbox] | 38 [blackbox] |
39 # Include nanoseconds in log entries with %f (see Python function | 39 # Include microseconds in log entries with %f (see Python function |
40 # datetime.datetime.strftime) | 40 # datetime.datetime.strftime) |
41 date-format = %Y-%m-%d @ %H:%M:%S.%f | 41 date-format = %Y-%m-%d @ %H:%M:%S.%f |
42 | 42 |
43 """ | 43 """ |
44 | 44 |