equal
deleted
inserted
replaced
2 |
2 |
3 # This file holds logic that is used in many tests. |
3 # This file holds logic that is used in many tests. |
4 # It can be called in a test like this: |
4 # It can be called in a test like this: |
5 # $ . "$TESTDIR/testlib" |
5 # $ . "$TESTDIR/testlib" |
6 |
6 |
7 # Activate extensions |
7 # Enable obsolete markers and enable extensions |
8 echo "[extensions]" >> $HGRCPATH |
8 cat >> $HGRCPATH << EOF |
|
9 [experimental] |
|
10 evolution=createmarkers,exchange |
|
11 |
|
12 [extensions] |
|
13 rebase= |
|
14 EOF |
9 echo "topic=$(echo $(dirname $TESTDIR))/src/topic" >> $HGRCPATH |
15 echo "topic=$(echo $(dirname $TESTDIR))/src/topic" >> $HGRCPATH |