docs/tutorial/testlib/topic_setup.sh
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 22 Dec 2018 01:29:59 -0500
changeset 4321 00d1963f50e5
parent 3376 aad37ffd7d58
permissions -rw-r--r--
exthelper: remove '_' in final_xxx() function names to conform to hg style

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