# HG changeset patch # User Benjamin Pollack # Date 1286640276 -7200 # Node ID 5096faaa280e7c7db263e77e470bd967d969bcd4 # Parent 3c31c0e42b11b103ba438653cd4164c150331297 windows: handle spaces in path to Python (issue2074) diff -r 3c31c0e42b11 -r 5096faaa280e contrib/win32/hg.bat --- a/contrib/win32/hg.bat Fri Oct 08 23:23:49 2010 +0200 +++ b/contrib/win32/hg.bat Sat Oct 09 18:04:36 2010 +0200 @@ -8,5 +8,5 @@ rem install does not put python.exe on the PATH... rem %~dp0 is the directory of this script -%~dp0..\python "%~dp0hg" %* +"%~dp0..\python" "%~dp0hg" %* endlocal