Show More
@@ -1,5 +1,15 b'' | |||
|
1 | 1 | #require killdaemons |
|
2 | 2 | |
|
3 | This test checks behavior related to bundle1 that changed or is likely | |
|
4 | to change with bundle2. Feel free to factor out any part of the test | |
|
5 | which does not need to exist to keep bundle1 working. | |
|
6 | ||
|
7 | $ cat << EOF >> $HGRCPATH | |
|
8 | > [experimental] | |
|
9 | > # This test is dedicated to interaction through old bundle | |
|
10 | > bundle2-exp = False | |
|
11 | > EOF | |
|
12 | ||
|
3 | 13 |
$ |
|
4 | 14 | $ cd test |
|
5 | 15 | $ echo a > a |
General Comments 0
You need to be logged in to leave comments.
Login now