setup.py: package internals help files
authorGregory Szorc <gregory.szorc@gmail.com>
Sun, 13 Dec 2015 11:34:04 -0800
changeset 27374 7a70ae647e54
parent 27373 84784f834b3a
child 27375 c4a062d090ee
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.
setup.py
--- 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']}