tests/testlib/topic_setup.sh
author Sushil khanchi <sushilkhanchi97@gmail.com>
Wed, 04 Dec 2019 21:06:39 +0530
changeset 5235 a1cf66165e69
parent 2828 fa2deeb5dd03
permissions -rw-r--r--
metaedit: use pre-checking before rewriting csets Changes in test file demonstrate the changed behaviour.

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