##// END OF EJS Templates
create the encode and decode functions for the store
create the encode and decode functions for the store

File last commit:

r1933:7544700f default
r3852:8a9a1a7e 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