##// END OF EJS Templates
Removed unused parameters/options of update command.
Removed unused parameters/options of update command.

File last commit:

r1933:7544700f default
r3802:a0d0d24c 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