scripts/hg.sh
author Eugene Ostroukhov <eugeneo@symbian.org>
Thu, 19 Aug 2010 16:13:44 -0700
changeset 468 a05c6e5cc7d9
parent 59 9ffe5293bebc
permissions -rw-r--r--
Previewer now is TMWed (can support projects with different natures). Note: this commit does not compile. This previewer still only supports WRT libraries

#!/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