tests/testlib/topic_setup.sh
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 23 Apr 2019 09:31:32 -0700
changeset 4597 f3236cd49ab8
parent 2828 fa2deeb5dd03
permissions -rw-r--r--
evolve: clean up progress bar also when using -r It looks like 1fe3da0b4601 (evolve: add --rev option to the evolve command, 2015-05-05) forgot to update the "showprogress" variable.

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