docs/tutorial/testlib/topic_setup.sh
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 27 Apr 2019 21:54:52 -0400
changeset 4621 8784dfc6537c
parent 3376 aad37ffd7d58
permissions -rw-r--r--
docs: change `bumped` references to `phase-divergent` Per https://www.mercurial-scm.org/wiki/CEDVocabulary

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