##// END OF EJS Templates
win32: enable legacy I/O mode to fix missing pager output on Windows with py3...
Matt Harbison -
r47647:fc8a5c9e default
parent child Browse files
Show More
@@ -4,6 +4,8 b' rem Windows Driver script for Mercurial'
4 setlocal
4 setlocal
5 set HG=%~f0
5 set HG=%~f0
6
6
7 set PYTHONLEGACYWINDOWSSTDIO=1
8
7 rem Use a full path to Python (relative to this script) if it exists,
9 rem Use a full path to Python (relative to this script) if it exists,
8 rem as the standard Python install does not put python.exe on the PATH...
10 rem as the standard Python install does not put python.exe on the PATH...
9 rem Otherwise, expect that python.exe can be found on the PATH.
11 rem Otherwise, expect that python.exe can be found on the PATH.
General Comments 0
You need to be logged in to leave comments. Login now