##// END OF EJS Templates
fix rename --after
fix rename --after

File last commit:

r1244:937ee88d default
r1565:4bcbc126 default
Show More
test-pull-permission
20 lines | 169 B | text/plain | TextLexer
/ tests / test-pull-permission
mpm@selenic.com
clone: fall back to pull if we can't lock the source repo
r1244 #!/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