Mercurial 0.5 0.5
authormpm@selenic.com
Sat, 28 May 2005 14:09:11 -0800
changeset 188 f40273b0ad7b
parent 187 aa9a0d50e612
child 189 37625132fe37
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-----
MANIFEST.in
hg
setup.py
--- 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
--- 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 <mpm@selenic.com>
 #
--- 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',