tests/testlib/topic_setup.sh
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 11 Jan 2018 18:38:09 +0530
changeset 3394 d1486760fb8d
parent 2828 fa2deeb5dd03
permissions -rw-r--r--
tests: add a test demonstrating we still use graft in conflict markers This patch adds a test which shows that we still use the word graft in the conflict markers. Next patch will start using evolve instead of graft.

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