comparison tests/test-install.t @ 43617:697c2e32c490

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
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 11 Nov 2019 18:51:55 -0800
parents ca0cd0a13514
children 45c15ed06f33
comparison
equal deleted inserted replaced
43616:92bb5bacd807 43617:697c2e32c490
221 > print(' %s' % pycompat.sysstr(f)) 221 > print(' %s' % pycompat.sysstr(f))
222 > EOF 222 > EOF
223 223
224 $ ( testrepohgenv; "$PYTHON" wixxml.py help ) 224 $ ( testrepohgenv; "$PYTHON" wixxml.py help )
225 Not installed: 225 Not installed:
226 help/common.txt
227 help/hg-ssh.8.txt
228 help/hg.1.txt
229 help/hgignore.5.txt
230 help/hgrc.5.txt
231 Not tracked: 226 Not tracked:
232 227
233 $ ( testrepohgenv; "$PYTHON" wixxml.py templates ) 228 $ ( testrepohgenv; "$PYTHON" wixxml.py templates )
234 Not installed: 229 Not installed:
235 Not tracked: 230 Not tracked: