view docs/tutorial/testlib/topic_setup.sh @ 5906:55b7e6523559 stable

Added tag 10.3.1 for changeset 93dc3cb68842
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 25 Apr 2021 15:32:51 +0200
parents aad37ffd7d58
children
line wrap: on
line source

#!/bin/sh
. $TESTDIR/testlib/pythonpath.sh

# This file holds logic that is used in many tests.
# It can be called in a test like this:
#  $ . "$TESTDIR/testlib/topic_setup.sh"

# Enable obsolete markers and enable extensions
cat >> $HGRCPATH << EOF
[experimental]
evolution=createmarkers,exchange

[extensions]
rebase=
topic=
EOF