Include tests (or possibly maps) ending in numbers in MANIFEST, too.
--- a/MANIFEST.in Fri Jul 29 22:10:36 2005 +0100
+++ b/MANIFEST.in Fri Jul 29 22:31:45 2005 +0100
@@ -2,10 +2,10 @@
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 doc/Makefile
recursive-include contrib *