Updated version checker to permit all versions of hg from v1.2 to v1.5
authorSimon Howkins <simonh@symbian.org>
Fri, 19 Mar 2010 11:20:24 +0000
changeset 936 e6a0e92cf215
parent 935 7da5b560789a
child 938 8b364fe9ff75
Updated version checker to permit all versions of hg from v1.2 to v1.5
common/tools/BuildEnv.xml
--- a/common/tools/BuildEnv.xml	Thu Mar 18 15:55:19 2010 +0000
+++ b/common/tools/BuildEnv.xml	Fri Mar 19 11:20:24 2010 +0000
@@ -40,8 +40,8 @@
 		</tool>
 		<tool name="Mercurial">
 			<location strict="false" value="C:\Apps\mercurial\hg.exe"/>
-			<verify version="1.2" showstopper="false">
-				<check name="version" execute="%location% version" values="1\.[23]\.[0-9]" locator="Mercurial Distributed SCM \(version ([0-9\.]*)\)"/>
+			<verify version="1.2 or later" showstopper="false">
+				<check name="version" execute="%location% version" values="1\.[2-5](\.[0-9])?" locator="Mercurial Distributed SCM \(version ([0-9\.]*)\)"/>
 			</verify>
 		</tool>
 		<tool name="Python">