Show More
@@ -21,20 +21,20 b' from .util import (' | |||||
21 |
|
21 | |||
22 |
|
22 | |||
23 | STAGING_RULES = [ |
|
23 | STAGING_RULES = [ | |
24 |
('contrib/bash_completion', ' |
|
24 | ('contrib/bash_completion', 'contrib/'), | |
25 |
('contrib/hgk', ' |
|
25 | ('contrib/hgk', 'contrib/hgk.tcl'), | |
26 |
('contrib/hgweb.fcgi', ' |
|
26 | ('contrib/hgweb.fcgi', 'contrib/'), | |
27 |
('contrib/hgweb.wsgi', ' |
|
27 | ('contrib/hgweb.wsgi', 'contrib/'), | |
28 |
('contrib/logo-droplets.svg', ' |
|
28 | ('contrib/logo-droplets.svg', 'contrib/'), | |
29 |
('contrib/mercurial.el', ' |
|
29 | ('contrib/mercurial.el', 'contrib/'), | |
30 |
('contrib/mq.el', ' |
|
30 | ('contrib/mq.el', 'contrib/'), | |
31 |
('contrib/tcsh_completion', ' |
|
31 | ('contrib/tcsh_completion', 'contrib/'), | |
32 |
('contrib/tcsh_completion_build.sh', ' |
|
32 | ('contrib/tcsh_completion_build.sh', 'contrib/'), | |
33 |
('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', ' |
|
36 | ('contrib/xml.rnc', 'contrib/'), | |
37 |
('contrib/zsh_completion', ' |
|
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/'), | |
@@ -47,7 +47,7 b' STAGING_RULES = [' | |||||
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/**/*', ' |
|
50 | ('mercurial/templates/**/*', 'templates/'), | |
51 | ('COPYING', 'Copying.txt'), |
|
51 | ('COPYING', 'Copying.txt'), | |
52 | ] |
|
52 | ] | |
53 |
|
53 |
General Comments 0
You need to be logged in to leave comments.
Login now