docs/tutorial/testlib/topic_setup.sh
author willstott101@gmail.com
Mon, 02 Mar 2020 17:12:09 +0000
branchstable
changeset 5137 4fef6b157175
parent 3376 aad37ffd7d58
permissions -rw-r--r--
py3-exceptions: wrap more Exceptions in forcebytestr before formatting

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