tests/testlib/topic_setup.sh
author Sushil khanchi <sushilkhanchi97@gmail.com>
Fri, 20 Dec 2019 17:31:57 +0530
branchstable
changeset 5024 b1a9d548af52
parent 2828 fa2deeb5dd03
permissions -rw-r--r--
evolve: fix a bug in logic of choosing destination for hg update

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