##// END OF EJS Templates
Documentation fixes for addremove....
Documentation fixes for addremove. - It is no longer deprecated, but the short help still included (DEPRECATED). - Similarity parameter has to be 0<=s<=100 and not 0<=s<=1.

File last commit:

r1933:7544700f default
r3181:3637d5d1 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