##// END OF EJS Templates
make test-pull-permission cleanup correctly in case of errors
Benoit Boissinot -
r1750:955a7caf default
parent child Browse files
Show More
@@ -1,20 +1,19
1 #!/bin/sh
1 #!/bin/sh
2
2
3 mkdir a
3 mkdir a
4 cd a
4 cd a
5 hg init
5 hg init
6 echo foo > b
6 echo foo > b
7 hg add b
7 hg add b
8 hg ci -m "b" -d "0 0"
8 hg ci -m "b" -d "0 0"
9
9
10 chmod -w .hg
10 chmod -w .hg
11
11
12 cd ..
12 cd ..
13
13
14 hg clone a b
14 hg clone a b
15
16 chmod +w a/.hg # let test clean up
17
15 cd b
18 cd b
16 hg verify
19 hg verify
17
18 cd ..
19
20 chmod +w a/.hg # let test clean up
General Comments 0
You need to be logged in to leave comments. Login now