diff --git a/MANIFEST.in b/MANIFEST.in index 3b9ef7f14d7823a45f230868f8c28ad011236bc6..b05a81b9616ba477ee8b94aa55328fd1d3cba947 100644 --- 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 index f28f8fbc91dc339a3f3d3424c22203d452a04fa4..2fa48606008a56b42ab33dceb487593e8e6f1dd2 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 #