common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Thu, 10 Jun 2010 14:34:20 +0100
changeset 1083 a91d8608229c
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Added specification of changeset author when committing. Removed execution of hg out - that's taken care of in the push tags target/template.

@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
rem call ..\..\build\env.bat
call %HELIUM_HOME%\hlm.bat %*
endlocal