##// END OF EJS Templates
merge with crew-stable
Dirkjan Ochtman -
r6792:b2c4be19 merge default
parent child Browse files
Show More
@@ -2,7 +2,7 b''
2 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
2 ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4 [Setup]
4 [Setup]
5 AppCopyright=Copyright 2005-2007 Matt Mackall and others
5 AppCopyright=Copyright 2005-2008 Matt Mackall and others
6 AppName=Mercurial
6 AppName=Mercurial
7 AppVerName=Mercurial snapshot
7 AppVerName=Mercurial snapshot
8 InfoAfterFile=contrib/win32/postinstall.txt
8 InfoAfterFile=contrib/win32/postinstall.txt
@@ -18,7 +18,7 b' OutputBaseFilename=Mercurial-snapshot'
18 DefaultDirName={pf}\Mercurial
18 DefaultDirName={pf}\Mercurial
19 SourceDir=..\..
19 SourceDir=..\..
20 VersionInfoDescription=Mercurial distributed SCM
20 VersionInfoDescription=Mercurial distributed SCM
21 VersionInfoCopyright=Copyright 2005-2007 Matt Mackall and others
21 VersionInfoCopyright=Copyright 2005-2008 Matt Mackall and others
22 VersionInfoCompany=Matt Mackall and others
22 VersionInfoCompany=Matt Mackall and others
23 InternalCompressLevel=max
23 InternalCompressLevel=max
24 SolidCompression=true
24 SolidCompression=true
@@ -129,7 +129,7 b" setup(name='mercurial',"
129 [os.path.join(root, file_) for file_ in files])
129 [os.path.join(root, file_) for file_ in files])
130 for root, dirs, files in os.walk('templates')],
130 for root, dirs, files in os.walk('templates')],
131 cmdclass=cmdclass,
131 cmdclass=cmdclass,
132 options=dict(py2exe=dict(packages=['hgext']),
132 options=dict(py2exe=dict(packages=['hgext', 'email']),
133 bdist_mpkg=dict(zipdist=True,
133 bdist_mpkg=dict(zipdist=True,
134 license='COPYING',
134 license='COPYING',
135 readme='contrib/macosx/Readme.html',
135 readme='contrib/macosx/Readme.html',
General Comments 0
You need to be logged in to leave comments. Login now