diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,10 +3,10 @@ recursive-include mercurial *.py 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 -include doc/* +include doc/README doc/*.txt include contrib/* contrib/git-vis/* include README diff --git a/hg b/hg --- 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 #