view tests/testlib/topic_setup.sh @ 2774:0f167320f90f

split: compute revision to split after locking This would avoid strange behavior from race condition.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 24 Jul 2017 00:01:10 +0200
parents db617700d318
children fa2deeb5dd03
line wrap: on
line source

#!/bin/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=
EOF
echo "topic=$(echo $(dirname $TESTDIR))/hgext3rd/topic" >> $HGRCPATH