view contrib/win32/hg.bat @ 10008:08bbed8ac9b8

Update win32 installer paths for bash and zsh scripts after move done in 68964567e406
author Pascal Quantin <pascal.quantin@gmail.com>
date Fri, 04 Dec 2009 07:52:30 +0100
parents 66e87c11447d
children 5096faaa280e
line wrap: on
line source

@echo off
rem Windows Driver script for Mercurial

setlocal
set HG=%~f0

rem Use a full path to Python (relative to this script) as the standard Python
rem install does not put python.exe on the PATH...
rem %~dp0 is the directory of this script

%~dp0..\python "%~dp0hg" %*
endlocal