tests/testlib/topic_setup.sh
author Boris Feld <boris.feld@octobus.net>
Sat, 30 Sep 2017 23:18:29 +0100
changeset 3024 89855920fb0f
parent 2828 fa2deeb5dd03
permissions -rw-r--r--
topicmode: 'enforce' topic mode, no longer warn about untopiced merge merging a topic back in a branch is common case, it seems sensible to not pester the user about it.

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