equal
deleted
inserted
replaced
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] |