scripts/hg.sh
author Eugene Ostroukhov <eugeneo@symbian.org>
Tue, 24 Aug 2010 15:17:50 -0700
changeset 477 b616697678bf
parent 59 9ffe5293bebc
permissions -rw-r--r--
Providers can now specify fixed facets on per-runtime basis. Those facets will not be shown to users in the project creation wizard

#!/bin/sh

REPO_DIR=/usr/hg/wrttools/
LOG_DIR=/var/log/mercurial 
HG_CMD=/usr/local/bin/hg

cd $REPO_DIR
${HG_CMD} serve -d -A ${LOG_DIR}/accesslog$$ -E ${LOG_DIR}/errorlog$$ 
# ${HG_CMD} serve