Mercurial > hg-stable
changeset 807:5e779f96edb0
Include tests (or possibly maps) ending in numbers in MANIFEST, too.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 29 Jul 2005 22:31:45 +0100 |
parents | f4d5f6b97f77 |
children | 8f5637f0a0c0 |
files | MANIFEST.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 *