##// END OF EJS Templates
Merge with upstream
Merge with upstream

File last commit:

r1244:937ee88d default
r1679:675ca845 merge default
Show More
test-pull-permission
20 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 "0 0"
chmod -w .hg
cd ..
hg clone a b
cd b
hg verify
cd ..
chmod +w a/.hg # let test clean up