view contrib/wix/hg.cmd @ 16452:8a72805034d5

revset: use list instead of tuple for compatibility with python before 2.6 'string elements'.split() instead of explicitly typing a list of strings is used. This is done in other parts of Mercurial code, too.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 17 Apr 2012 15:10:33 +0200
parents 79388a8325dc
children
line wrap: on
line source

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