# HG changeset patch # User Pierre-Yves David # Date 1478109208 -3600 # Node ID 28745dc48ba019fef6bfb13ce842bae994786d96 # Parent 8853f991a60ca6fa246b25a0c7dd7c0af7ddaade Manifest.in: include all script in tests We now have a small fake editor scrip that should be in the dist tarball. diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -14,7 +14,7 @@ include hgext/simple4server.py include README include setup.py -include tests/_exc-util.sh include tests/*.py +include tests/*.sh include tests/*.t recursive-include docs/figures *.svg