if [ -f .devzone/build/cache ]; then FILES_TO_KEEP=`cat .devzone/build/cache` if [ -d .hg ]; then hg purge --all --exclude $FILES_TO_KEEP fi fi