tests/testlib/topic_setup.sh
author Raphaël Gomès <rgomes@octobus.net>
Tue, 06 Aug 2019 11:33:53 +0200
changeset 4808 14c12df16ab5
parent 2828 fa2deeb5dd03
permissions -rw-r--r--
python3: add raw prefix to edge-cases kwargs-like objects

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