contrib/wix/hg.cmd
author Augie Fackler <augie@google.com>
Wed, 04 Feb 2015 12:26:16 -0500
changeset 24194 00809c43d72c
parent 13041 79388a8325dc
permissions -rw-r--r--
Makefile: introduce testpy-% target for testing with a specifc Python This makes it easy to do 'make testpy-2.4.6 TESTFLAGS="-j 16"' and the Makefile will build Python if needed and then run tests (with -j 16) with the resulting Python. You can set the environment variable HGPYTHONS to a nice location on your machine to cache the Python builds globally. If that's not set, it builds them inside build/pythons.

@echo off
rem launch hg.exe from parent folder
"%~dp0\..\hg.exe" %*