##// END OF EJS Templates
blackbox: rewrite dirty documentation noting it is expensive
timeless -
r28303:ce24de06 default
parent child Browse files
Show More
@@ -11,13 +11,12 b''
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
13
14 If you want to record whether the repository is dirty (a `+` sign, as you'd
15 get when using :hg:`id`), you can set the blackbox.dirty config key.
16
17 Examples::
14 Examples::
18
15
19 [blackbox]
16 [blackbox]
20 track = *
17 track = *
18 # dirty is *EXPENSIVE* (slow);
19 # each log entry indicates `+` if the repository is dirty, like :hg:`id`.
21 dirty = True
20 dirty = True
22
21
23 [blackbox]
22 [blackbox]
General Comments 0
You need to be logged in to leave comments. Login now