changeset 27374:7a70ae647e54

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.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 13 Dec 2015 11:34:04 -0800
parents 84784f834b3a
children c4a062d090ee
files setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Dec 13 11:27:52 2015 -0800
+++ b/setup.py	Sun Dec 13 11:34:04 2015 -0800
@@ -591,6 +591,7 @@
 
 packagedata = {'mercurial': ['locale/*/LC_MESSAGES/hg.mo',
                              'help/*.txt',
+                             'help/internals/*.txt',
                              'default.d/*.rc',
                              'dummycert.pem']}