MANIFEST.in patches (was: Re: Mercurial SCM v0.6b released)
Thomas Arendsen Hein
thomas at intevation.de
Fri Jul 29 21:33:24 UTC 2005
* Thomas Arendsen Hein <thomas at intevation.de> [20050729 23:14]:
> Patch for this and another MANIFEST.in bug attached and pullable.
>
> These are the last for today.
Or the last but one ...
Another bug, another patch.
Thomas
--
Email: thomas at intevation.de
http://intevation.de/~thomas/
-------------- next part --------------
# HG changeset patch
# User Thomas Arendsen Hein <thomas at intevation.de>
# Node ID 5e779f96edb0f3e3f84f641484347f1f9de0e3b5
# Parent f4d5f6b97f7740ca49c15b013ef5ebedaf398401
Include tests (or possibly maps) ending in numbers in MANIFEST, too.
diff -r f4d5f6b97f7740ca49c15b013ef5ebedaf398401 -r 5e779f96edb0f3e3f84f641484347f1f9de0e3b5 MANIFEST.in
--- a/MANIFEST.in Fri Jul 29 21:10:36 2005
+++ b/MANIFEST.in Fri Jul 29 21:31:45 2005
@@ -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 *
More information about the Mercurial
mailing list