branch | mercurial-4.1 |
changeset 3420 | b21a3753255f |
parent 3376 | aad37ffd7d58 |
3382:f14ad1e83896 | 3420:b21a3753255f |
---|---|
1 #!/bin/sh |
|
2 . $TESTDIR/testlib/pythonpath.sh |
|
3 |
|
4 # This file holds logic that is used in many tests. |
|
5 # It can be called in a test like this: |
|
6 # $ . "$TESTDIR/testlib/topic_setup.sh" |
|
7 |
|
8 # Enable obsolete markers and enable extensions |
|
9 cat >> $HGRCPATH << EOF |
|
10 [experimental] |
|
11 evolution=createmarkers,exchange |
|
12 |
|
13 [extensions] |
|
14 rebase= |
|
15 topic= |
|
16 EOF |