# HG changeset patch # User Gregory Szorc # Date 1573527115 28800 # Node ID 697c2e32c49041f19f9a6c85dd9d327e2818fb65 # Parent 92bb5bacd8078439e6d24d0de5801cde90d6212a packaging: ship all help .txt files on WiX These are technically not needed. But it is easier to ship all files than to cherry-pick. A `make install` will copy these files, so the new behavior is consistent with that. This also makes WiX consistent with Inno, which is my main reason for doing this. If we don't want to ship the files (which is a valid argument), I think we can do that in a follow up. Differential Revision: https://phab.mercurial-scm.org/D7166 diff -r 92bb5bacd807 -r 697c2e32c490 contrib/packaging/wix/help.wxs --- a/contrib/packaging/wix/help.wxs Wed Oct 23 12:31:15 2019 -0700 +++ b/contrib/packaging/wix/help.wxs Mon Nov 11 18:51:55 2019 -0800 @@ -17,6 +17,7 @@ + @@ -26,7 +27,11 @@ + + + + diff -r 92bb5bacd807 -r 697c2e32c490 tests/test-install.t --- a/tests/test-install.t Wed Oct 23 12:31:15 2019 -0700 +++ b/tests/test-install.t Mon Nov 11 18:51:55 2019 -0800 @@ -223,11 +223,6 @@ $ ( testrepohgenv; "$PYTHON" wixxml.py help ) Not installed: - help/common.txt - help/hg-ssh.8.txt - help/hg.1.txt - help/hgignore.5.txt - help/hgrc.5.txt Not tracked: $ ( testrepohgenv; "$PYTHON" wixxml.py templates )