scripts/hg.sh
author Eugene Ostroukhov <eugeneo@symbian.org>
Mon, 22 Feb 2010 15:46:49 -0800
changeset 184 5d205e48f9d3
parent 59 9ffe5293bebc
permissions -rw-r--r--
Minor editing settings adjustments to improve patch creation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
59
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     1
#!/bin/sh
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     2
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     3
REPO_DIR=/usr/hg/wrttools/
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     4
LOG_DIR=/var/log/mercurial 
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     5
HG_CMD=/usr/local/bin/hg
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     6
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     7
cd $REPO_DIR
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     8
${HG_CMD} serve -d -A ${LOG_DIR}/accesslog$$ -E ${LOG_DIR}/errorlog$$ 
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     9
# ${HG_CMD} serve