tests/testlib
author Augie Fackler <augie@google.com>
Wed, 20 May 2015 21:23:28 -0400
changeset 1839 1bc5e62fc0c7
child 1840 2321fd2ed56e
permissions -rw-r--r--
Initial dumb version of topics.

#!/bin/sh

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

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