diff --git a/MANIFEST.in b/MANIFEST.in
index d6ac88a738c4b3afea56ff09e449b91d85abff68_TUFOSUZFU1QuaW4=..12e0fdbc57a0be78f0e817fd1d170a3615cd35da_TUFOSUZFU1QuaW4= 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,7 +3,7 @@
 include tkmerge
 include hgweb.cgi
 include hgeditor rewrite-log convert-repo
-include tests/*
+include tests/README tests/run-tests tests/test-*[a-z] tests/*.out
 include *.txt
 include templates/map templates/map-*[a-z]
 include templates/*.tmpl
@@ -7,6 +7,6 @@
 include *.txt
 include templates/map templates/map-*[a-z]
 include templates/*.tmpl
-include doc/*
+include doc/README doc/*.txt
 include contrib/* contrib/git-vis/*
 include README
diff --git a/hg b/hg
index d6ac88a738c4b3afea56ff09e449b91d85abff68_aGc=..12e0fdbc57a0be78f0e817fd1d170a3615cd35da_aGc= 100755
--- a/hg
+++ b/hg
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 #
 # mercurial - a minimal scalable distributed SCM
-# v0.5b "katje"
+# v0.6 "paola"
 #
 # Copyright 2005 Matt Mackall <mpm@selenic.com>
 #