This is an archive of the discontinued Mercurial Phabricator instance.

packaging: include __init__.py in `defaultrc` and `helptext` on Windows
AbandonedPublic

Authored by mharbison72 on Jan 30 2020, 1:58 AM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Summary

I didn't notice anything going wrong, but it's probably bad to diverge from the
source tree.

Diff Detail

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

Event Timeline

mharbison72 created this revision.Jan 30 2020, 1:58 AM
mharbison72 planned changes to this revision.Jan 31 2020, 7:33 PM

These are read as files when using py2exe, so I'm not sure that we need this now. I'm pulling this back until I get the rest of the packaging issues squared away.

mharbison72 abandoned this revision.Feb 3 2020, 1:34 AM

Obsoleted by D8058, which stops treating these as resources with py2exe.