view docs/tutorial/testlib/topic_setup.sh @ 4317:97b18934d6db stable 8.3.3

packaging: prepare version 8.3.3
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 24 Dec 2018 17:55:25 +0100
parents aad37ffd7d58
children
line wrap: on
line source

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