hgext/blackbox.py
branchstable
changeset 19162 27013ace80eb
parent 19066 2cad301a7f06
child 19230 6d6f148cada9
equal deleted inserted replaced
19161:24877c50aada 19162:27013ace80eb
     8 
     8 
     9 """log repository events to a blackbox for debugging
     9 """log repository events to a blackbox for debugging
    10 
    10 
    11 Logs event information to .hg/blackbox.log to help debug and diagnose problems.
    11 Logs event information to .hg/blackbox.log to help debug and diagnose problems.
    12 The events that get logged can be configured via the blackbox.track config key.
    12 The events that get logged can be configured via the blackbox.track config key.
    13 Examples:
    13 Examples::
    14 
    14 
    15   [blackbox]
    15   [blackbox]
    16   track = *
    16   track = *
    17 
    17 
    18   [blackbox]
    18   [blackbox]