From: Anthony Shaw Date: Thu, 2 Jan 2020 17:32:55 +0000 (+1100) Subject: Remove outdated mention of hg.exe from Tools/msi/README.txt (GH-17792) X-Git-Tag: v3.9.0a3~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78018bb1621e5ecb61cba6e664d14ff789d2874c;p=thirdparty%2FPython%2Fcpython.git Remove outdated mention of hg.exe from Tools/msi/README.txt (GH-17792) --- diff --git a/Tools/msi/README.txt b/Tools/msi/README.txt index f5656b971b3c..82635f3d2c2a 100644 --- a/Tools/msi/README.txt +++ b/Tools/msi/README.txt @@ -11,7 +11,7 @@ Tools/msi/buildrelease.bat script and environment variables: set PYTHON= set SPHINXBUILD= - set PATH=; + set PATH=; ;%PATH% buildrelease.bat [-x86] [-x64] [-D] [-B] @@ -106,7 +106,7 @@ Tools/msi/buildrelease.bat script: set PYTHON= set SPHINXBUILD= - set PATH=; + set PATH=; ;%PATH% buildrelease.bat [-x86] [-x64] [-D] [-B] @@ -131,7 +131,7 @@ installer. Official releases of Python must be signed. Ensure %PYTHON% and %SPHINXBUILD% are set when passing this option. You may also set %HTMLHELP% to the Html Help Compiler (hhc.exe), or put HHC -on your PATH or in externals/. You will also need Mercurial (hg.exe) on +on your PATH or in externals/. You will also need Git (git.exe) on your PATH. If WiX is not found on your system, it will be automatically downloaded