contrib/packaging/hgpackaging/py2exe.py
branchstable
changeset 44225 4aedef6d51ad
parent 44153 e4344e463c0c
child 46363 d6cfe45afb18
equal deleted inserted replaced
44224:e2589b9e4562 44225:4aedef6d51ad
    19     python_exe_info,
    19     python_exe_info,
    20 )
    20 )
    21 
    21 
    22 
    22 
    23 STAGING_RULES = [
    23 STAGING_RULES = [
    24     ('contrib/bash_completion', 'Contrib/'),
    24     ('contrib/bash_completion', 'contrib/'),
    25     ('contrib/hgk', 'Contrib/hgk.tcl'),
    25     ('contrib/hgk', 'contrib/hgk.tcl'),
    26     ('contrib/hgweb.fcgi', 'Contrib/'),
    26     ('contrib/hgweb.fcgi', 'contrib/'),
    27     ('contrib/hgweb.wsgi', 'Contrib/'),
    27     ('contrib/hgweb.wsgi', 'contrib/'),
    28     ('contrib/logo-droplets.svg', 'Contrib/'),
    28     ('contrib/logo-droplets.svg', 'contrib/'),
    29     ('contrib/mercurial.el', 'Contrib/'),
    29     ('contrib/mercurial.el', 'contrib/'),
    30     ('contrib/mq.el', 'Contrib/'),
    30     ('contrib/mq.el', 'contrib/'),
    31     ('contrib/tcsh_completion', 'Contrib/'),
    31     ('contrib/tcsh_completion', 'contrib/'),
    32     ('contrib/tcsh_completion_build.sh', 'Contrib/'),
    32     ('contrib/tcsh_completion_build.sh', 'contrib/'),
    33     ('contrib/vim/*', 'Contrib/Vim/'),
    33     ('contrib/vim/*', 'contrib/vim/'),
    34     ('contrib/win32/postinstall.txt', 'ReleaseNotes.txt'),
    34     ('contrib/win32/postinstall.txt', 'ReleaseNotes.txt'),
    35     ('contrib/win32/ReadMe.html', 'ReadMe.html'),
    35     ('contrib/win32/ReadMe.html', 'ReadMe.html'),
    36     ('contrib/xml.rnc', 'Contrib/'),
    36     ('contrib/xml.rnc', 'contrib/'),
    37     ('contrib/zsh_completion', 'Contrib/'),
    37     ('contrib/zsh_completion', 'contrib/'),
    38     ('dist/hg.exe', './'),
    38     ('dist/hg.exe', './'),
    39     ('dist/lib/*.dll', 'lib/'),
    39     ('dist/lib/*.dll', 'lib/'),
    40     ('dist/lib/*.pyd', 'lib/'),
    40     ('dist/lib/*.pyd', 'lib/'),
    41     ('dist/lib/library.zip', 'lib/'),
    41     ('dist/lib/library.zip', 'lib/'),
    42     ('dist/Microsoft.VC*.CRT.manifest', './'),
    42     ('dist/Microsoft.VC*.CRT.manifest', './'),
    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/defaultrc/*.rc', 'defaultrc/'),
    48     ('mercurial/defaultrc/*.rc', 'defaultrc/'),
    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 
    54 # List of paths to exclude from the staging area.
    54 # List of paths to exclude from the staging area.
    55 STAGING_EXCLUDES = [
    55 STAGING_EXCLUDES = [