comparison hgext/blackbox.py @ 19162:27013ace80eb stable

blackbox: fix literal block syntax
author Takumi IINO <trot.thunder@gmail.com>
date Thu, 09 May 2013 11:37:20 +0900
parents 2cad301a7f06
children 6d6f148cada9
comparison
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]