MANIFEST.in
author Martijn Pieters <mjpieters@fb.com>
Wed, 30 Nov 2016 11:17:55 +0000
changeset 1778 924b76a51d18
parent 1776 cb2bac3253fb
child 1805 7b8195e22050
permissions -rw-r--r--
wireproto: chunking and compression is forthwith to be handled by hgweb Various functions disappeared in the process. Use the new streamres API but fall back to the old way if the keyword arguments are not accepted. See https://www.mercurial-scm.org/repo/hg/rev/2add671bf55b

exclude contrib/nopushpublish.py
exclude hgext/directaccess.py
exclude hgext/drophack.py
exclude hgext/inhibit.py
exclude hgext/obsolete.py
exclude Makefile
exclude tests/test-drop.t
exclude tests/test-inhibit.t
exclude tests/test-oldconvert.t
include COPYING
include docs/figures/hgview-example.png
include docs/makefile
include docs/*.py
include docs/README
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 MANIFEST.in
include README
include setup.py
include tests/*.py
include tests/*.sh
include tests/*.t
prune debian
recursive-include docs/figures *.svg