# HG changeset patch # User Gregory Szorc # Date 2015-12-13 19:34:04 # Node ID 7a70ae647e54def108079c1e9c9e19703fe6bccb # Parent 84784f834b3a1d829670aa01353cb93bf7aefd92 setup.py: package internals help files mpm says internal docs should be visible via `hg help` and hgweb. They need to be in the distribution for this to work. Package them. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -591,6 +591,7 @@ except ImportError: packagedata = {'mercurial': ['locale/*/LC_MESSAGES/hg.mo', 'help/*.txt', + 'help/internals/*.txt', 'default.d/*.rc', 'dummycert.pem']}