tests/testlib/topic_setup.sh
author Boris Feld <boris.feld@octobus.net>
Mon, 29 Jan 2018 17:32:08 +0100
branchstable
changeset 3471 2a337fcedd5e
parent 2828 fa2deeb5dd03
permissions -rw-r--r--
doc: add link to roadmap Add a link to the Evolution roadmap in the main page of the documentation.

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