Mercurial > evolve
comparison tests/test-evolve-obshistory-complex.t @ 5290:7e93d9db1d1a
tests: use common obshistory_setup.sh script instead of manual setup
This is now consistent with other test-evolve-obshistory*.t tests.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 05 May 2020 16:52:59 +0800 |
parents | 900668a93629 |
children | 258c0a99c5b0 |
comparison
equal
deleted
inserted
replaced
5289:9eba849b4c3d | 5290:7e93d9db1d1a |
---|---|
1 Global setup | 1 Global setup |
2 ============ | 2 ============ |
3 | 3 |
4 $ . $TESTDIR/testlib/common.sh | 4 $ . $TESTDIR/testlib/obshistory_setup.sh |
5 $ cat >> $HGRCPATH <<EOF | |
6 > [ui] | |
7 > interactive = true | |
8 > [phases] | |
9 > publish=False | |
10 > [extensions] | |
11 > evolve = | |
12 > EOF | |
13 | 5 |
14 Test obslog with split + fold + split | 6 Test obslog with split + fold + split |
15 ===================================== | 7 ===================================== |
16 | 8 |
17 Test setup | 9 Test setup |