tests/testlib/topic_setup.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 07 Sep 2017 16:45:57 +0200
changeset 2913 6b2ae9f2b9c4
parent 2828 fa2deeb5dd03
permissions -rw-r--r--
tests: add tests for `hg stack` showing surprising behavior with gaps The test will help us to analyse in next commit if the things are fixed or not.

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