contrib/wix/hg.cmd
author Augie Fackler <augie@google.com>
Wed, 26 Aug 2015 10:20:07 -0400
changeset 26107 50582df9d7a7
parent 13041 79388a8325dc
permissions -rw-r--r--
parsers: fix two cases of unsigned long instead of Py_ssize_t We had to do this before because Python 2.4 didn't understand the n format specifier in Py_BuildValue and friends. We no longer have that problem.

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