contrib/wix/hg.cmd
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 06 Aug 2018 09:26:02 -0700
changeset 39018 4a202bccafcf
parent 13041 79388a8325dc
permissions -rw-r--r--
changegroup: factor changelogdone into an argument The variable was basically tracking whether the current operation is being performed against the changelog or something else. So let's just pass such a flag to everything that needs to access it. I'm still not a huge fan of building changelog awareness into low-level functions like revision delta generation. But passing an argument is strictly better than state on the packer instance. Differential Revision: https://phab.mercurial-scm.org/D4137

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