# HG changeset patch # User Anton Shestakov # Date 1727884243 -14400 # Node ID beee3d9a129af997e9e8e1e38842c3a534cd4829 # Parent 28be6e0aa95da7997d32684e216e65d3df6f843b 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. diff -r 28be6e0aa95d -r beee3d9a129a tests/test-topic-tutorial.t --- 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