tests/testlib/topic_setup.sh
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 19 Mar 2018 11:18:47 -0700
changeset 3574 8aba29d8b133
parent 2828 fa2deeb5dd03
permissions -rw-r--r--
previous/next: add -m short form for --merge This matches core's option to `hg update`. This patch also covers `hg next`, but test-check-commit.t only lets me mention one of them.

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