This is an archive of the discontinued Mercurial Phabricator instance.

packaging: remove hg-ssh.8.html from Inno installer
ClosedPublic

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

Details

Summary

We don't ship hg-ssh because it requires a python.exe to
run, which we don't ship. So it doesn't make sense to ship
the HTML documentation for this tool.

This change makes the Inno install layout more consistent
with WiX, which doesn't ship this file.

Functionality for removing files has been made generic,
in anticipation of future expansion.

Diff Detail

Repository
rHG Mercurial
Branch
stable
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

indygreg created this revision.Oct 23 2019, 9:54 PM
indygreg updated this revision to Diff 17403.Oct 24 2019, 11:34 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.