equal
deleted
inserted
replaced
|
1 #!/bin/sh |
|
2 |
|
3 # This file holds logic that is used in many tests. |
|
4 # It can be called in a test like this: |
|
5 # $ . "$TESTDIR/testlib" |
|
6 |
|
7 # Activate extensions |
|
8 echo "[extensions]" >> $HGRCPATH |
|
9 echo "topic=$(echo $(dirname $TESTDIR))/src/topic" >> $HGRCPATH |