Mercurial > evolve
diff MANIFEST.in @ 2111:ec04eb4d2c6e mercurial-3.8
mercurial-3.8: merge with future evolve-6.0.0
We introduces the new code on the compat branch to check the tests.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Tue, 14 Mar 2017 14:52:56 -0700 |
parents | 47017b3086d4 |
children | ba5b271298e9 |
line wrap: on
line diff
--- a/MANIFEST.in Tue Feb 28 17:08:14 2017 +0100 +++ b/MANIFEST.in Tue Mar 14 14:52:56 2017 -0700 @@ -1,8 +1,8 @@ -exclude contrib/nopushpublish.py -exclude hgext/directaccess.py -exclude hgext/drophack.py -exclude hgext/inhibit.py -exclude hgext/obsolete.py +exclude contrib +recursive-exclude contrib * +exclude hgext3rd/evolve/hack +recursive-exclude hgext3rd/evolve/hack * +exclude hgext3rd/evolve/legacy.py exclude Makefile exclude tests/test-drop.t exclude tests/test-inhibit.t @@ -15,15 +15,16 @@ include docs/*.rst include docs/static/*.svg include docs/tutorials/*.t -include hgext/evolve.py -include hgext/__init__.py -include hgext/pushexperiment.py -include hgext/simple4server.py +include hgext3rd/__init__.py +include hgext3rd/evolve/*.py +include hgext3rd/topic/*.py include MANIFEST.in include README +include README-topic include setup.py include tests/*.py include tests/*.sh +include tests/testlib/*.sh include tests/*.t prune debian recursive-include docs/figures *.svg