Show More
@@ -1,18 +1,18 b'' | |||||
1 | include hg |
|
1 | include hg | |
2 | recursive-include mercurial *.py |
|
2 | recursive-include mercurial *.py | |
3 | include hgweb.cgi hgwebdir.cgi |
|
3 | include hgweb.cgi hgwebdir.cgi | |
4 | include hgeditor rewrite-log |
|
4 | include hgeditor rewrite-log | |
5 |
include tests/README tests/ |
|
5 | include tests/README tests/*.py tests/test-*[a-z0-9] tests/*.out | |
6 | prune tests/*.err |
|
6 | prune tests/*.err | |
7 | include *.txt |
|
7 | include *.txt | |
8 | include templates/map templates/map-*[a-z0-9] |
|
8 | include templates/map templates/map-*[a-z0-9] | |
9 | include templates/*.tmpl |
|
9 | include templates/*.tmpl | |
10 | include templates/static/* |
|
10 | include templates/static/* | |
11 | include doc/README doc/Makefile doc/gendoc.py doc/*.txt doc/*.html doc/*.[0-9] |
|
11 | include doc/README doc/Makefile doc/gendoc.py doc/*.txt doc/*.html doc/*.[0-9] | |
12 | recursive-include contrib * |
|
12 | recursive-include contrib * | |
13 | include README |
|
13 | include README | |
14 | include CONTRIBUTORS |
|
14 | include CONTRIBUTORS | |
15 | include COPYING |
|
15 | include COPYING | |
16 | include Makefile |
|
16 | include Makefile | |
17 | include MANIFEST.in |
|
17 | include MANIFEST.in | |
18 | prune *.elc *.orig *.rej *~ *.o *.so *.pyc *.swp *.prof |
|
18 | prune *.elc *.orig *.rej *~ *.o *.so *.pyc *.swp *.prof |
General Comments 0
You need to be logged in to leave comments.
Login now