contrib/wix/hg.cmd
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 02 Mar 2018 22:47:18 -0500
changeset 36629 c98d1c6763a6
parent 13041 79388a8325dc
permissions -rw-r--r--
util: teach escapedata() about bytearray re.map doesn't seem to know about bytearray (at least in Python 2). Cast bytearray to a bytes to work around this inconvenience. Differential Revision: https://phab.mercurial-scm.org/D2582

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