equal
deleted
inserted
replaced
1 #!/bin/sh |
1 #!/bin/sh |
|
2 . $TESTDIR/testlib/pythonpath.sh |
2 |
3 |
3 # This file holds logic that is used in many tests. |
4 # This file holds logic that is used in many tests. |
4 # It can be called in a test like this: |
5 # It can be called in a test like this: |
5 # $ . "$TESTDIR/testlib/topic_setup.sh" |
6 # $ . "$TESTDIR/testlib/topic_setup.sh" |
6 |
7 |
9 [experimental] |
10 [experimental] |
10 evolution=createmarkers,exchange |
11 evolution=createmarkers,exchange |
11 |
12 |
12 [extensions] |
13 [extensions] |
13 rebase= |
14 rebase= |
|
15 topic= |
14 EOF |
16 EOF |
15 echo "topic=$(echo $(dirname $TESTDIR))/hgext3rd/topic" >> $HGRCPATH |
|