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