# 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 -r aa9a0d50e612 -r f40273b0ad7b MANIFEST.in --- a/MANIFEST.in Sat May 28 13:59:09 2005 -0800 +++ b/MANIFEST.in Sat May 28 14:09:11 2005 -0800 @@ -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 -r aa9a0d50e612 -r f40273b0ad7b hg --- a/hg Sat May 28 13:59:09 2005 -0800 +++ b/hg Sat May 28 14:09:11 2005 -0800 @@ -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 -r aa9a0d50e612 -r f40273b0ad7b setup.py --- a/setup.py Sat May 28 13:59:09 2005 -0800 +++ b/setup.py Sat May 28 14:09:11 2005 -0800 @@ -16,7 +16,7 @@ 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',