comparison tests/test-topic-tutorial.t @ 6881:beee3d9a129a stable

tests: explicitly enable topic and rebase extensions in test-topic-tutorial.t We no longer need to manipulate experimental.evolution config as we're not using topic_setup.sh anymore.
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 02 Oct 2024 19:50:43 +0400
parents caf302fb8f4d
children 3ac0e0375509
comparison
equal deleted inserted replaced
6869:28be6e0aa95d 6881:beee3d9a129a
4 4
5 This Mercurial configuration example is used for testing. 5 This Mercurial configuration example is used for testing.
6 6
7 .. Various setup 7 .. Various setup
8 8
9 $ . "$TESTDIR/testlib/topic_setup.sh" 9 $ . "$TESTDIR/testlib/common.sh" #rest-ignore
10 $ cat >> $HGRCPATH << EOF 10 $ cat >> $HGRCPATH << EOF
11 > [experimental]
12 > evolution=all
13 > [extensions] 11 > [extensions]
14 > evolve= 12 > evolve =
13 > rebase =
14 > topic =
15 > EOF 15 > EOF
16 16
17 $ hg init server 17 $ hg init server
18 18
19 $ cd server 19 $ cd server