MANIFEST.in
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 06 Apr 2020 02:17:43 +0200
branchstable
changeset 5268 11c359b4071d
parent 5130 40ae7c5b3b17
child 5289 3528fb011417
permissions -rw-r--r--
head-checking: backport fix from 7d5455b988ec See 7d5455b988ec for details. Having a version in the evolve repository allow us to check the behavior when topic is enabled. It will also become the base of further head checking fix and topic compatibility.

prune contrib
prune debian
prune .gitlab
prune hgext3rd/evolve/hack

exclude .hg-format-source
exclude .gitlab-ci.yml
exclude hgext3rd/evolve/legacy.py
exclude Makefile
exclude tests/test-drop.t
exclude tests/test-inhibit.t
exclude tests/test-oldconvert.t
include CHANGELOG
include COPYING
include hgext3rd/__init__.py
include hgext3rd/evolve/*.py
include hgext3rd/evolve/thirdparty/*.py
include hgext3rd/topic/*.py
include hgext3rd/topic/README
include MANIFEST.in
include README
include setup.py
include tests/*.py
include tests/*.sh
include tests/testlib/*.sh
include tests/*.t

exclude docs/tutorial/.netlify
include docs/makefile
include docs/*.py
include docs/README
include docs/*.rst
include docs/static/*.svg
include docs/tutorials/*.t
include docs/tutorial/standalone.html
recursive-include docs/figures *.svg *.png
recursive-include docs/tutorial *.css *.js *.md *.py *.rst *.sh *.t