tests/testlib
author Augie Fackler <raf@durin42.com>
Thu, 31 Dec 2015 11:23:19 -0500
changeset 1877 69077c65919d
parent 1840 2321fd2ed56e
child 1901 85390446f8c1
permissions -rw-r--r--
topic: handle merge.update function signature change I think this is backwards compatible with how it used to be called, but I didn't worry about it too much either.

#!/bin/sh

# This file holds logic that is used in many tests.
# It can be called in a test like this:
#  $ . "$TESTDIR/testlib"

# Enable obsolete markers and enable extensions
cat >> $HGRCPATH << EOF
[experimental]
evolution=createmarkers,exchange

[extensions]
rebase=
EOF
echo "topic=$(echo $(dirname $TESTDIR))/src/topic" >> $HGRCPATH