Permissions: -rwxr-xr-x
#!/bin/shset -xmkdir -p ./dataHGURL='http://selenic.com/hg'TESTURL='http://selenic.com/hg'HGPLAIN=1export HGPLAINhg clone "$HGURL" ./data/testhghg archive -R ./data/testhg -r tip ./data/newesthgmake --directory ./data/newesthg localhg clone "$TESTURL" -r 3.3.3 ./data/testrepo