contrib/wix/hg.cmd
author Yuya Nishihara <yuya@tcha.org>
Sun, 12 Aug 2018 14:03:22 +0900
changeset 39103 da130c5cef90
parent 13041 79388a8325dc
permissions -rw-r--r--
byteify-strings: prevent "__name__ == '__main__'" from being transformed This was okay for import-time code transformer, but shouldn't be applied to source code.

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