tests/testlib/topic_setup.sh
author Faheem Mitha <faheem@faheem.info>
Fri, 03 May 2019 03:44:48 +0530
branchstable
changeset 4631 150be007f421
parent 2828 fa2deeb5dd03
permissions -rw-r--r--
docs: add SPHINXBUILD make variable This defaults to sphinx-build. The current use case is for the Evolve Debian package build.

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