contrib/wix/hg.cmd
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 31 Jan 2018 11:26:03 -0800
changeset 35911 49ea1ba15ffd
parent 13041 79388a8325dc
permissions -rw-r--r--
wireprotoserver: make response handling attributes private The send* methods are specific to sshserver and aren't part of the common protocol interface. So rename them accordingly. The handlers dict is also specific to sshserver and is related to these methods. So give it the same treatment. Differential Revision: https://phab.mercurial-scm.org/D1989

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