# HG changeset patch # User Pierre-Yves David # Date 1478109054 -3600 # Node ID be85d7ce8536032c2e281a3685d59dd3eba50f2d # Parent 38d1463f3e0f7062e218bdbce2a61fb34b698324 Manifest.in: sort entry diff -r 38d1463f3e0f -r be85d7ce8536 MANIFEST.in --- a/MANIFEST.in Wed Nov 02 18:49:19 2016 +0100 +++ b/MANIFEST.in Wed Nov 02 18:50:54 2016 +0100 @@ -1,21 +1,22 @@ -recursive-include docs/figures *.svg +exclude tests/test-drop.t +exclude tests/test-oldconvert.t +exclude tests/test-qsync.t +include COPYING include docs/figures/hgview-example.png +include docs/makefile +include docs/*.py +include docs/README include docs/*.rst -include docs/*.py +include docs/static/*.svg include docs/tutorials/*.t -include docs/makefile -include docs/static/*.svg +include hgext/evolve.py include hgext/__init__.py -include hgext/evolve.py include hgext/pushexperiment.py include hgext/simple4server.py +include README include setup.py -include README -include COPYING -include tests/*.t +include tests/dummyssh +include tests/_exc-util.sh include tests/*.py -include tests/_exc-util.sh -include tests/dummyssh -exclude tests/test-oldconvert.t -exclude tests/test-qsync.t -exclude tests/test-drop.t +include tests/*.t +recursive-include docs/figures *.svg