tests/testlib/topic_setup.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Fri, 08 Jun 2018 19:48:53 +0530
branchstable
changeset 3814 add545ac044d
parent 2828 fa2deeb5dd03
permissions -rw-r--r--
CHANGELOG: add couple of entries about things fixed We are preparing for a release!

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