windows: handle spaces in path to Python (
issue2074)
--- 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