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