# HG changeset patch # User Thomas Arendsen Hein # Date 2005-07-29 21:07:42 # Node ID ec7107c5d8adbb661b6be4cbd3d5247eda549d4b # Parent 19388dcbac4952067ac0e925bcca97ec9675c62d Drop .err files generated by failed tests from the MANIFEST. diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,6 +3,7 @@ recursive-include mercurial *.py include hgweb.cgi include hgeditor rewrite-log include tests/README tests/run-tests tests/test-*[a-z] tests/*.out +prune tests/*.err include *.txt include templates/map templates/map-*[a-z] include templates/*.tmpl