##// END OF EJS Templates
Minor typo change to reflect actual values used.
Minor typo change to reflect actual values used.

File last commit:

r1933:7544700f default
r2338:391c5d0f default
Show More
test-pull-permission
19 lines | 169 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 "1000000 0"
chmod -w .hg
cd ..
hg clone a b
chmod +w a/.hg # let test clean up
cd b
hg verify