##// END OF EJS Templates
make test-pull-permission cleanup correctly in case of errors
make test-pull-permission cleanup correctly in case of errors

File last commit:

r1750:955a7caf default
r1750:955a7caf default
Show More
test-pull-permission
19 lines | 163 B | text/plain | TextLexer
/ tests / test-pull-permission
#!/bin/sh
mkdir a
cd a
hg init
echo foo > b
hg add b
hg ci -m "b" -d "0 0"
chmod -w .hg
cd ..
hg clone a b
chmod +w a/.hg # let test clean up
cd b
hg verify