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 |
|
16 include hgext3rd/evolve/*.py |
|
17 include hgext3rd/evolve/thirdparty/*.py |
|
18 include hgext3rd/topic/*.py |
|
19 include hgext3rd/topic/README |
3 include hgext3rd/topic/README |
20 include MANIFEST.in |
4 include MANIFEST.in |
21 include README |
5 include README |
22 include setup.py |
6 include setup.py |
23 include tests/*.py |
7 recursive-include tests *.py *.sh *.t |
24 include tests/*.sh |
|
25 include tests/testlib/*.sh |
|
26 include tests/*.t |
|
27 |
8 |
28 exclude docs/tutorial/.netlify |
|
29 include docs/makefile |
9 include docs/makefile |
30 include docs/*.py |
10 include docs/*.py |
31 include docs/README |
11 include docs/README |
32 include docs/*.rst |
12 include docs/*.rst |
33 include docs/static/*.svg |
13 include docs/static/*.svg |
34 include docs/tutorials/*.t |
14 include docs/tutorials/*.t |
35 include docs/tutorial/standalone.html |
15 include docs/tutorial/standalone.html |
36 recursive-include docs/figures *.svg *.png |
16 recursive-include docs/figures *.svg *.png |
37 recursive-include docs/tutorial *.css *.js *.md *.py *.rst *.sh *.t |
17 recursive-include docs/tutorial *.css *.js *.md *.py *.rst *.sh *.t |
|
18 |
|
19 exclude docs/tutorial/.netlify |
|
20 exclude .gitlab-ci.yml |
|
21 exclude ./hgext3rd/evolve/legacy.py |
|
22 exclude .hg-format-source |
|
23 exclude Makefile |
|
24 exclude tests/test-drop.t |
|
25 exclude tests/test-inhibit.t |
|
26 exclude tests/test-oldconvert.t |
|
27 |
|
28 prune contrib |
|
29 prune debian |
|
30 prune .gitlab |
|
31 prune hgext3rd/evolve/hack |