comparison tests/test-obsolete-tag-cache.t @ 40992:1de3364320af

tests: filter out uninteresting log events This helps adding more log()s without updating the tests.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 15 Dec 2018 17:52:14 +0900
parents 1644623ab096
children 34a46d48d24e
comparison
equal deleted inserted replaced
40991:21ffe6b97a25 40992:1de3364320af
1 $ cat >> $HGRCPATH << EOF 1 $ cat >> $HGRCPATH << EOF
2 > [extensions] 2 > [extensions]
3 > blackbox= 3 > blackbox=
4 > rebase= 4 > rebase=
5 > mock=$TESTDIR/mockblackbox.py 5 > mock=$TESTDIR/mockblackbox.py
6 >
7 > [blackbox]
8 > track = command, commandfinish, tagscache
6 > 9 >
7 > [experimental] 10 > [experimental]
8 > evolution.createmarkers=True 11 > evolution.createmarkers=True
9 > EOF 12 > EOF
10 13