Show More
@@ -354,6 +354,17 b' Test missing log directory, which should' | |||||
354 | warning: cannot write to blackbox.log: $TESTTMP/gone/.hg/blackbox.log: $ENOTDIR$ (windows !) |
|
354 | warning: cannot write to blackbox.log: $TESTTMP/gone/.hg/blackbox.log: $ENOTDIR$ (windows !) | |
355 | $ cd .. |
|
355 | $ cd .. | |
356 |
|
356 | |||
|
357 | blackbox should disable itself if track is empty | |||
|
358 | ||||
|
359 | $ hg --config blackbox.track= init nothing_tracked | |||
|
360 | $ cd nothing_tracked | |||
|
361 | $ cat >> .hg/hgrc << EOF | |||
|
362 | > [blackbox] | |||
|
363 | > track = | |||
|
364 | > EOF | |||
|
365 | $ hg blackbox | |||
|
366 | $ cd $TESTTMP | |||
|
367 | ||||
357 | #if chg |
|
368 | #if chg | |
358 |
|
369 | |||
359 | when using chg, blackbox.log should get rotated correctly |
|
370 | when using chg, blackbox.log should get rotated correctly |
General Comments 0
You need to be logged in to leave comments.
Login now