tests/testlib/topic_setup.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 24 Jul 2018 00:52:14 +0530
branchstable
changeset 3915 3d0fa4a94871
parent 2828 fa2deeb5dd03
permissions -rw-r--r--
CHANGELOG: add some entries and remove duplicated entries

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