docs/tutorial/testlib/topic_setup.sh
author Gerald Squelart <gsquelart@mozilla.com>
Thu, 06 Sep 2018 23:24:26 -0400
branchstable
changeset 4089 ecd90548a10d
parent 3376 aad37ffd7d58
permissions -rw-r--r--
stablerange: only issue the message once There is a flag to prevent issuing the long load message multiple time. However, it was never set. This is now fixed

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