tests/testlib/topic_setup.sh
author Boris Feld <boris.feld@octobus.net>
Thu, 19 Oct 2017 14:46:06 +0200
changeset 3080 461c9d940519
parent 2828 fa2deeb5dd03
permissions -rw-r--r--
evolve: registed configitems if available The config are registered as 'dynamicdefault' because we still need to explicitly pass the config option for older version of Mercurial. (4.2 and before).

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