diff -r 64d2a558c943 -r 8f5637f0a0c0 MANIFEST.in --- a/MANIFEST.in Sat Jul 30 08:30:12 2005 -0800 +++ b/MANIFEST.in Sat Jul 30 08:35:29 2005 -0800 @@ -2,11 +2,12 @@ recursive-include mercurial *.py include hgweb.cgi include hgeditor rewrite-log -include tests/README tests/run-tests tests/test-*[a-z] tests/*.out +include tests/README tests/run-tests tests/test-*[a-z0-9] tests/*.out +prune tests/*.err include *.txt -include templates/map templates/map-*[a-z] +include templates/map templates/map-*[a-z0-9] include templates/*.tmpl -include doc/README doc/*.txt Makefile +include doc/README doc/*.txt doc/Makefile recursive-include contrib * include README include CONTRIBUTORS