view tests/testlib/topic_setup.sh @ 4234:2cc81ae30f37

next: set if we need to evolve or not; also move logic to appropriate pos set the value `needevolve` and also move the logic to find aspiringchildren to appropriate position i.e before we suggest user to use other flags like --merge.
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Sat, 10 Nov 2018 15:30:10 +0100
parents fa2deeb5dd03
children 044ce00dfa88
line wrap: on
line source

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