This is an archive of the discontinued Mercurial Phabricator instance.

packaging: stop installing i18n files
ClosedPublic

Authored by indygreg on Oct 23 2019, 9:54 PM.

Details

Summary

The WiX installer has been shipping the content of the i18n/
directory since it was introduced in 2010 in 1e022c88a0a5.
And the installer was subsequently refactored to only ship
the .po files and hggettext.

The .po files and the hggettext script are only used at build
time to produce .mo files, which Mercurial does use at run-time.

It doesn't make sense to install these files on Windows. So
this commit stops doing that.

This change further converges the file layout of the Inno and
WiX installers.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.Oct 23 2019, 9:54 PM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.
contrib/packaging/hgpackaging/wix.py