tests/testlib/topic_setup.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 20 Oct 2017 18:45:33 +0200
branchmercurial-3.8
changeset 3113 27305068c5c9
parent 2828 fa2deeb5dd03
permissions -rw-r--r--
test-compat: merge with mercurial-3.9 branch

#!/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