##// 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 1 #!/bin/sh
2 2
3 3 mkdir a
4 4 cd a
5 5 hg init
6 6 echo foo > b
7 7 hg add b
8 8 hg ci -m "b" -d "0 0"
9 9
10 10 chmod -w .hg
11 11
12 12 cd ..
13 13
14 14 hg clone a b
15
16 chmod +w a/.hg # let test clean up
17
15 18 cd b
16 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