Mercurial > public > mercurial-scm > hg-stable
diff contrib/packaging/hgpackaging/py2exe.py @ 43768:640bae94f2f3
cleanup: update references to /help/ that should now be /helptext/
I noticed this only because the WiX build was broken after
2e017696181f. I haven't tested this change with WiX, but it seems
pretty obvious by inspection this should fix it.
Differential Revision: https://phab.mercurial-scm.org/D7472
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 21 Nov 2019 23:35:29 -0500 |
parents | 94eac340d212 |
children | c7fc2d92067e |
line wrap: on
line diff
--- a/contrib/packaging/hgpackaging/py2exe.py Fri Nov 22 21:42:04 2019 +0900 +++ b/contrib/packaging/hgpackaging/py2exe.py Thu Nov 21 23:35:29 2019 -0500 @@ -44,7 +44,7 @@ ('dist/python*.dll', './'), ('doc/*.html', 'doc/'), ('doc/style.css', 'doc/'), - ('mercurial/help/**/*.txt', 'help/'), + ('mercurial/helptext/**/*.txt', 'helptext/'), ('mercurial/default.d/*.rc', 'hgrc.d/'), ('mercurial/locale/**/*', 'locale/'), ('mercurial/templates/**/*', 'Templates/'),