Mercurial > evolve
changeset 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 | 28be6e0aa95d |
children | 3ac0e0375509 |
files | tests/test-topic-tutorial.t |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-topic-tutorial.t Fri Aug 02 16:36:40 2024 +0400 +++ b/tests/test-topic-tutorial.t Wed Oct 02 19:50:43 2024 +0400 @@ -6,12 +6,12 @@ .. Various setup - $ . "$TESTDIR/testlib/topic_setup.sh" + $ . "$TESTDIR/testlib/common.sh" #rest-ignore $ cat >> $HGRCPATH << EOF - > [experimental] - > evolution=all > [extensions] - > evolve= + > evolve = + > rebase = + > topic = > EOF $ hg init server