changeset 25405 | 220a220ed088 |
parent 25390 | 14c6b4c6e3f9 |
child 25472 | 4d2b9b304ad0 |
25404:ff955e7b1085 | 25405:220a220ed088 |
---|---|
1 #require killdaemons |
1 #require killdaemons |
2 |
|
3 $ cat << EOF >> $HGRCPATH |
|
4 > [experimental] |
|
5 > # drop me once bundle2 is the default, |
|
6 > # added to get test change early. |
|
7 > bundle2-exp = True |
|
8 > EOF |
|
9 |
2 |
10 $ hg init test |
3 $ hg init test |
11 $ cd test |
4 $ cd test |
12 $ echo a > a |
5 $ echo a > a |
13 $ hg ci -Ama |
6 $ hg ci -Ama |