##// END OF EJS Templates
convert: better grouping of command line flags in help...
convert: better grouping of command line flags in help We normally put related command line flags after one another.

File last commit:

r12156:4c94b6d0 default
r12187:4a854122 default
Show More
test-pull-permission
19 lines | 166 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"
chmod -w .hg/store
cd ..
hg clone a b
chmod +w a/.hg/store # let test clean up
cd b
hg verify