# HG changeset patch # User mpm@selenic.com # Date 1117318151 28800 # Node ID f40273b0ad7b3a6d3012fd37736d0611f41ecf54 # Parent aa9a0d50e6124941031bd519af7fa94bc54110c4 Mercurial 0.5 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mercurial 0.5 Update version numbers Fixup MANIFEST.in manifest hash: 58db9be35685e83133f20e96265d6c434fc106c2 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCmOwHywK+sNU5EO8RAq0OAKCkMWzSMzhisTFBmT2WLj2bf+PMqwCbBv+S jNvqIQsru2JMdCQC2eG7CxU= =c20j -----END PGP SIGNATURE----- diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,11 @@ include hg recursive-include mercurial *.py include tkmerge +include hgweb.cgi +include hgeditor rewrite-log convert-repo +include tests/* include *.txt +include templates/map +include templates/*.tmpl +include doc/* 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.4f "jane dark" +# v0.5 "katje" # # Copyright 2005 Matt Mackall # diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ class install_package_data(install_data) install_data.finalize_options(self) setup(name='mercurial', - version='0.4f', + version='0.5', author='Matt Mackall', author_email='mpm@selenic.com', url='http://selenic.com/mercurial',