docs/tutorial/testlib/topic_setup.sh
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 09 Dec 2019 10:44:42 -0800
changeset 5004 dc43e62ea796
parent 3376 aad37ffd7d58
permissions -rw-r--r--
evolve: remove dead initilization of "newnode" variable It's been dead since f9dad99a90d5 (evolve: create a new commit instead of amending one of the divergents, 2018-06-13).

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