Mercurial > evolve
comparison MANIFEST.in @ 5245:3528fb011417 stable
manifest: make sure exclusions and prunes are last, because order matters
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 09 Apr 2020 23:10:08 +0800 |
parents | 40ae7c5b3b17 |
children | 57ae9af43e6b |
comparison
equal
deleted
inserted
replaced
5242:0cb07fb5d158 | 5245:3528fb011417 |
---|---|
1 prune contrib | |
2 prune debian | |
3 prune .gitlab | |
4 prune hgext3rd/evolve/hack | |
5 | |
6 exclude .hg-format-source | |
7 exclude .gitlab-ci.yml | |
8 exclude hgext3rd/evolve/legacy.py | |
9 exclude Makefile | |
10 exclude tests/test-drop.t | |
11 exclude tests/test-inhibit.t | |
12 exclude tests/test-oldconvert.t | |
13 include CHANGELOG | 1 include CHANGELOG |
14 include COPYING | 2 include COPYING |
15 include hgext3rd/__init__.py | 3 include hgext3rd/__init__.py |
16 include hgext3rd/evolve/*.py | 4 include hgext3rd/evolve/*.py |
17 include hgext3rd/evolve/thirdparty/*.py | 5 include hgext3rd/evolve/thirdparty/*.py |
23 include tests/*.py | 11 include tests/*.py |
24 include tests/*.sh | 12 include tests/*.sh |
25 include tests/testlib/*.sh | 13 include tests/testlib/*.sh |
26 include tests/*.t | 14 include tests/*.t |
27 | 15 |
28 exclude docs/tutorial/.netlify | |
29 include docs/makefile | 16 include docs/makefile |
30 include docs/*.py | 17 include docs/*.py |
31 include docs/README | 18 include docs/README |
32 include docs/*.rst | 19 include docs/*.rst |
33 include docs/static/*.svg | 20 include docs/static/*.svg |
34 include docs/tutorials/*.t | 21 include docs/tutorials/*.t |
35 include docs/tutorial/standalone.html | 22 include docs/tutorial/standalone.html |
36 recursive-include docs/figures *.svg *.png | 23 recursive-include docs/figures *.svg *.png |
37 recursive-include docs/tutorial *.css *.js *.md *.py *.rst *.sh *.t | 24 recursive-include docs/tutorial *.css *.js *.md *.py *.rst *.sh *.t |
25 | |
26 exclude docs/tutorial/.netlify | |
27 exclude .gitlab-ci.yml | |
28 exclude hgext3rd/evolve/legacy.py | |
29 exclude .hg-format-source | |
30 exclude Makefile | |
31 exclude tests/test-drop.t | |
32 exclude tests/test-inhibit.t | |
33 exclude tests/test-oldconvert.t | |
34 | |
35 prune contrib | |
36 prune debian | |
37 prune .gitlab | |
38 prune hgext3rd/evolve/hack |