##// END OF EJS Templates
test: copy test-push-http.t to testpush-http-bundle1.t...
Pierre-Yves David -
r25389:d6389553 default
parent child Browse files
Show More
@@ -1,5 +1,15 b''
1 #require killdaemons
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 $ hg init test
13 $ hg init test
4 $ cd test
14 $ cd test
5 $ echo a > a
15 $ echo a > a
General Comments 0
You need to be logged in to leave comments. Login now