docs/tutorial/testlib/topic_setup.sh
author Boris Feld <boris.feld@octobus.net>
Fri, 06 Dec 2019 17:18:49 +0100
changeset 4986 1214f3d085a9
parent 3376 aad37ffd7d58
permissions -rw-r--r--
ci: add job to build and archive the documentation

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