tests/testlib
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Wed, 07 Sep 2016 12:45:23 +0200
changeset 2011 9c7665e3107b
parent 1901 85390446f8c1
permissions -rw-r--r--
documentation: some basic update of the documentation So far the documentation was pretty scarce and a lot of important information was missing. The new content is probably not great but it is an improvement.

#!/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))/hgext3rd/topic" >> $HGRCPATH