hgext/blackbox.py
changeset 46600 36f3a64846c8
parent 45942 89a2afe31e82
child 48572 fe4922564661
equal deleted inserted replaced
46599:1f55cd5b292f 46600:36f3a64846c8
    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 nanoseconds 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 
    45 from __future__ import absolute_import
    45 from __future__ import absolute_import
    46 
    46