contrib/wix/hg.cmd
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 22 Aug 2015 18:15:42 -0700
changeset 26218 7d45ec47c0af
parent 13041 79388a8325dc
permissions -rw-r--r--
hgweb: create function to perform actions on new repo We perform some common tasks when a new repo instance is obtained. In preparation for changing how we obtain repo instances, factor this functionality into a standalone function.

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