Skip to content

Commit 78018bb

Browse files
tonybaloneyzware
authored andcommitted
Remove outdated mention of hg.exe from Tools/msi/README.txt (GH-17792)
1 parent 04ec7a1 commit 78018bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tools/msi/README.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Tools/msi/buildrelease.bat script and environment variables:
1111

1212
set PYTHON=<path to Python 2.7 or 3.4>
1313
set SPHINXBUILD=<path to sphinx-build.exe>
14-
set PATH=<path to Mercurial (hg.exe)>;
14+
set PATH=<path to Git (git.exe)>;
1515
<path to HTML Help Compiler (hhc.exe)>;%PATH%
1616

1717
buildrelease.bat [-x86] [-x64] [-D] [-B]
@@ -106,7 +106,7 @@ Tools/msi/buildrelease.bat script:
106106

107107
set PYTHON=<path to Python 2.7 or 3.4>
108108
set SPHINXBUILD=<path to sphinx-build.exe>
109-
set PATH=<path to Mercurial (hg.exe)>;
109+
set PATH=<path to Git (git.exe)>;
110110
<path to HTML Help Compiler (hhc.exe)>;%PATH%
111111

112112
buildrelease.bat [-x86] [-x64] [-D] [-B]
@@ -131,7 +131,7 @@ installer. Official releases of Python must be signed.
131131

132132
Ensure %PYTHON% and %SPHINXBUILD% are set when passing this option. You
133133
may also set %HTMLHELP% to the Html Help Compiler (hhc.exe), or put HHC
134-
on your PATH or in externals/. You will also need Mercurial (hg.exe) on
134+
on your PATH or in externals/. You will also need Git (git.exe) on
135135
your PATH.
136136

137137
If WiX is not found on your system, it will be automatically downloaded

0 commit comments

Comments
 (0)