tests/testlib/topic_setup.sh
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 25 Apr 2019 15:14:21 -0700
changeset 4613 30a544904238
parent 2828 fa2deeb5dd03
permissions -rw-r--r--
messages: standardize on "working copy is now at" including "is" It seemed that we mostly used "is", but `hg next` and `hg prune` could print it without the "is".

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