contrib/packaging/hgpackaging/py2exe.py
changeset 43749 c7fc2d92067e
parent 43736 640bae94f2f3
child 44153 e4344e463c0c
equal deleted inserted replaced
43736:640bae94f2f3 43749:c7fc2d92067e
    43     ('dist/msvc*.dll', './'),
    43     ('dist/msvc*.dll', './'),
    44     ('dist/python*.dll', './'),
    44     ('dist/python*.dll', './'),
    45     ('doc/*.html', 'doc/'),
    45     ('doc/*.html', 'doc/'),
    46     ('doc/style.css', 'doc/'),
    46     ('doc/style.css', 'doc/'),
    47     ('mercurial/helptext/**/*.txt', 'helptext/'),
    47     ('mercurial/helptext/**/*.txt', 'helptext/'),
    48     ('mercurial/default.d/*.rc', 'hgrc.d/'),
    48     ('mercurial/defaultrc/*.rc', 'hgrc.d/'),
    49     ('mercurial/locale/**/*', 'locale/'),
    49     ('mercurial/locale/**/*', 'locale/'),
    50     ('mercurial/templates/**/*', 'Templates/'),
    50     ('mercurial/templates/**/*', 'Templates/'),
    51     ('COPYING', 'Copying.txt'),
    51     ('COPYING', 'Copying.txt'),
    52 ]
    52 ]
    53 
    53