docs/tutorial/testlib/topic_setup.sh
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 12 Mar 2018 15:51:26 -0700
changeset 3567 5ddea3b8d2a4
parent 3376 aad37ffd7d58
permissions -rw-r--r--
split: include "operation" metadata in obsmarkers

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