contrib/wix/hg.cmd
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 17 Sep 2018 15:57:32 -0700
changeset 39693 d27fde3e023e
parent 13041 79388a8325dc
permissions -rw-r--r--
transaction: make file a private attribute This holds a file handle for the journal file. This file handle should not be touched outside the journal class and doesn't belong on the public interface. Differential Revision: https://phab.mercurial-scm.org/D4625

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