Show More
@@ -21,20 +21,20 b' from .util import (' | |||
|
21 | 21 | |
|
22 | 22 | |
|
23 | 23 | STAGING_RULES = [ |
|
24 |
('contrib/bash_completion', ' |
|
|
25 |
('contrib/hgk', ' |
|
|
26 |
('contrib/hgweb.fcgi', ' |
|
|
27 |
('contrib/hgweb.wsgi', ' |
|
|
28 |
('contrib/logo-droplets.svg', ' |
|
|
29 |
('contrib/mercurial.el', ' |
|
|
30 |
('contrib/mq.el', ' |
|
|
31 |
('contrib/tcsh_completion', ' |
|
|
32 |
('contrib/tcsh_completion_build.sh', ' |
|
|
33 |
('contrib/vim/*', ' |
|
|
24 | ('contrib/bash_completion', 'contrib/'), | |
|
25 | ('contrib/hgk', 'contrib/hgk.tcl'), | |
|
26 | ('contrib/hgweb.fcgi', 'contrib/'), | |
|
27 | ('contrib/hgweb.wsgi', 'contrib/'), | |
|
28 | ('contrib/logo-droplets.svg', 'contrib/'), | |
|
29 | ('contrib/mercurial.el', 'contrib/'), | |
|
30 | ('contrib/mq.el', 'contrib/'), | |
|
31 | ('contrib/tcsh_completion', 'contrib/'), | |
|
32 | ('contrib/tcsh_completion_build.sh', 'contrib/'), | |
|
33 | ('contrib/vim/*', 'contrib/vim/'), | |
|
34 | 34 | ('contrib/win32/postinstall.txt', 'ReleaseNotes.txt'), |
|
35 | 35 | ('contrib/win32/ReadMe.html', 'ReadMe.html'), |
|
36 |
('contrib/xml.rnc', ' |
|
|
37 |
('contrib/zsh_completion', ' |
|
|
36 | ('contrib/xml.rnc', 'contrib/'), | |
|
37 | ('contrib/zsh_completion', 'contrib/'), | |
|
38 | 38 | ('dist/hg.exe', './'), |
|
39 | 39 | ('dist/lib/*.dll', 'lib/'), |
|
40 | 40 | ('dist/lib/*.pyd', 'lib/'), |
@@ -47,7 +47,7 b' STAGING_RULES = [' | |||
|
47 | 47 | ('mercurial/helptext/**/*.txt', 'helptext/'), |
|
48 | 48 | ('mercurial/defaultrc/*.rc', 'defaultrc/'), |
|
49 | 49 | ('mercurial/locale/**/*', 'locale/'), |
|
50 |
('mercurial/templates/**/*', ' |
|
|
50 | ('mercurial/templates/**/*', 'templates/'), | |
|
51 | 51 | ('COPYING', 'Copying.txt'), |
|
52 | 52 | ] |
|
53 | 53 |
General Comments 0
You need to be logged in to leave comments.
Login now