merge with crew-stable
authorDirkjan Ochtman <dirkjan@ochtman.nl>
Wed, 02 Jul 2008 09:21:57 +0200
changeset 6792 b2c4be19d7b1
parent 6788 88a1bcc5c6a7 (current diff)
parent 6791 bbd89c9e6012 (diff)
child 6793 c64f35a96448
merge with crew-stable
mercurial/patch.py
setup.py
--- a/contrib/win32/mercurial.iss	Mon Jun 30 10:36:45 2008 +0200
+++ b/contrib/win32/mercurial.iss	Wed Jul 02 09:21:57 2008 +0200
@@ -2,7 +2,7 @@
 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
 
 [Setup]
-AppCopyright=Copyright 2005-2007 Matt Mackall and others
+AppCopyright=Copyright 2005-2008 Matt Mackall and others
 AppName=Mercurial
 AppVerName=Mercurial snapshot
 InfoAfterFile=contrib/win32/postinstall.txt
@@ -18,7 +18,7 @@
 DefaultDirName={pf}\Mercurial
 SourceDir=..\..
 VersionInfoDescription=Mercurial distributed SCM
-VersionInfoCopyright=Copyright 2005-2007 Matt Mackall and others
+VersionInfoCopyright=Copyright 2005-2008 Matt Mackall and others
 VersionInfoCompany=Matt Mackall and others
 InternalCompressLevel=max
 SolidCompression=true
--- a/setup.py	Mon Jun 30 10:36:45 2008 +0200
+++ b/setup.py	Wed Jul 02 09:21:57 2008 +0200
@@ -129,7 +129,7 @@
                    [os.path.join(root, file_) for file_ in files])
                   for root, dirs, files in os.walk('templates')],
       cmdclass=cmdclass,
-      options=dict(py2exe=dict(packages=['hgext']),
+      options=dict(py2exe=dict(packages=['hgext', 'email']),
                    bdist_mpkg=dict(zipdist=True,
                                    license='COPYING',
                                    readme='contrib/macosx/Readme.html',