hlm.bat
author Simon Howkins <simonh@symbian.org>
Wed, 24 Mar 2010 11:21:24 +0000
changeset 945 0286796100fd
parent 0 571f289c60b8
permissions -rw-r--r--
Added -n flag (newest first) to invocation of hg in, so that it gives us the most tip-ward revision that would be needed, not the oldest (revision 0 in almost all cases).

@echo off
setlocal
call %~dp0common\hlm.bat %*
endlocal