##// END OF EJS Templates
add -l,--limit to log command.
add -l,--limit to log command.

File last commit:

r1750:955a7caf default
r1756:f29857aa 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