##// END OF EJS Templates
Update Windows and Mac installers to 0.9.1 release
Lee Cantey -
r2681:259acfb9 default
parent child Browse files
Show More
@@ -1,17 +1,77 b''
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
2 <html>
3 <head>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <meta http-equiv="Content-Style-Type" content="text/css">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <title></title>
6 <title></title>
7 <style type="text/css">
7 <style type="text/css">
8 p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
8 p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Helvetica}
9 p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px}
9 p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px}
10 </style>
10 </style>
11 </head>
11 </head>
12 <body>
12 <body>
13 <p class="p1">This is a prepackaged release of <a href="http://www.selenic.com/mercurial">Mercurial</a> for Mac OS X.</p>
13 <p class="p1">This is a prepackaged release of <a href="http://www.selenic.com/mercurial">Mercurial</a> for Mac OS X.</p>
14 <p class="p2"><br></p>
14 <p class="p2"><br></p>
15 <p class="p1">It is based on Mercurial 0.9.</p>
15 <p class="p1">It is based on Mercurial 0.9.1</p>
16 <br>
17 <pre>
18 Release Notes
19 -------------
20
21 2006-07-24 v0.9.1
22
23 Major changes between Mercurial 0.9 and 0.9.1:
24
25 New features:
26 - You can now configure your 'hgweb' server to let remote users
27 'push' changes over http.
28 - You can now 'import' a patch in a mail message by saving the mail
29 message, and importing it. This works for patches sent either
30 inline or as attachments.
31 - The 'diff' command now accepts '-rA:B' syntax as a synonym for
32 '-r A -r B', and adds '-b' and '-B' options.
33
34 New contributions and extensions:
35 - The 'acl' extension lets you lock down parts of a repository
36 against incoming changes
37 - The 'extdiff' extension lets you run your favourite graphical
38 change viewer
39 - Comprehensive integration with the 'vim' editor
40 - A restricted shell for 'ssh'-hosted repositories
41 - An importer for 'darcs' repositories
42
43 New hooks added:
44 - 'preupdate' is run before an update or merge in the working
45 directory.
46 - 'update' is run after an update or merge in the working
47 directory.
48
49 Behaviour changes:
50 - NOTE: Mercurial as installed by the Windows binary
51 installer no longer performs automatic line-ending conversion for
52 Unix/Linux compatibility. To re-enable this feature, edit your
53 'mercurial.ini' file after you upgrade.
54 - The Windows binary installer now automatically adds 'hg' to your
55 '%PATH%'.
56 - The 'backout' command now runs an editor by default, to let you
57 modify the commit message for a backed-out changeset.
58 - An earlier problem with parsing of tags has been fixed.
59 This makes tag parsing slower but more reliable.
60
61 Memory usage and performance improvements:
62 - The 'remove' command has been rewritten to be hundreds of times
63 faster in large repositories.
64 - It is now possible to 'clone' a repository very quickly over a
65 LAN, if the server is configured to allow it. See the new 'server'
66 section in the 'hgrc' documentation.
67
68 Other changes of note:
69 - Mercurial will now print help for an extension if you type 'hg
70 help EXT_NAME'.
71 - The usual array of bug fixes and documentation improvements.
72 - The integrated web server is now more WSGI-compliant.
73 - Work has begun to solidify Mercurial's API for use by third-party
74 packages.
75 </pre>
16 </body>
76 </body>
17 </html>
77 </html>
@@ -1,102 +1,102 b''
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
2 <html>
3 <head>
3 <head>
4 <title>Mercurial for Windows</title>
4 <title>Mercurial for Windows</title>
5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
6 <style type="text/css">
6 <style type="text/css">
7 <!--
7 <!--
8 .indented
8 .indented
9 {
9 {
10 padding-left: 10pt;
10 padding-left: 10pt;
11 }
11 }
12 -->
12 -->
13 </style>
13 </style>
14 </head>
14 </head>
15
15
16 <body>
16 <body>
17 <h1>Mercurial version 0.9 for Windows</h1>
17 <h1>Mercurial version 0.9.1 for Windows</h1>
18
18
19 <p>Welcome to Mercurial for Windows!</p>
19 <p>Welcome to Mercurial for Windows!</p>
20
20
21 <p>Mercurial is a command-line application. You must run it from
21 <p>Mercurial is a command-line application. You must run it from
22 the Windows command prompt (or if you're hard core, a <a
22 the Windows command prompt (or if you're hard core, a <a
23 href="http://www.mingw.org/">MinGW</a> shell).</p>
23 href="http://www.mingw.org/">MinGW</a> shell).</p>
24
24
25 <p><div class="indented"><i>Note: the standard <a
25 <p><div class="indented"><i>Note: the standard <a
26 href="http://www.mingw.org/">MinGW</a> msys startup script uses
26 href="http://www.mingw.org/">MinGW</a> msys startup script uses
27 rxvt which has problems setting up standard input and output.
27 rxvt which has problems setting up standard input and output.
28 Running bash directly works correctly.</i></div>
28 Running bash directly works correctly.</i></div>
29
29
30 <p>For documentation, please visit the <a
30 <p>For documentation, please visit the <a
31 href="http://www.selenic.com/mercurial">Mercurial web site</a>.</p>
31 href="http://www.selenic.com/mercurial">Mercurial web site</a>.</p>
32
32
33 <p>By default, Mercurial installs to <tt>C:\Mercurial</tt>. The
33 <p>By default, Mercurial installs to <tt>C:\Mercurial</tt>. The
34 Mercurial command is called <tt>hg.exe</tt>.</p>
34 Mercurial command is called <tt>hg.exe</tt>.</p>
35
35
36 <h1>Testing Mercurial after you've installed it</h1>
36 <h1>Testing Mercurial after you've installed it</h1>
37
37
38 <p>The easiest way to check that Mercurial is installed properly is to
38 <p>The easiest way to check that Mercurial is installed properly is to
39 just type the following at the command prompt:</p>
39 just type the following at the command prompt:</p>
40
40
41 <pre>
41 <pre>
42 hg
42 hg
43 </pre>
43 </pre>
44
44
45 <p>This command should print a useful help message. If it does,
45 <p>This command should print a useful help message. If it does,
46 other Mercurial commands should work fine for you.</p>
46 other Mercurial commands should work fine for you.</p>
47
47
48 <h1>Configuration notes</h1>
48 <h1>Configuration notes</h1>
49 <p>The default editor for commit messages is 'vi'. You can set the EDITOR
49 <p>The default editor for commit messages is 'vi'. You can set the EDITOR
50 (or HGEDITOR) environment variable to specify your preference or set it in
50 (or HGEDITOR) environment variable to specify your preference or set it in
51 mercurial.ini:</p>
51 mercurial.ini:</p>
52 <pre>
52 <pre>
53 [ui]
53 [ui]
54 editor = whatever
54 editor = whatever
55 </pre>
55 </pre>
56
56
57
57
58 <h1>Reporting problems</h1>
58 <h1>Reporting problems</h1>
59
59
60 <p>Before you report any problems, please consult the <a
60 <p>Before you report any problems, please consult the <a
61 href="http://www.selenic.com/mercurial">Mercurial web site</a> and
61 href="http://www.selenic.com/mercurial">Mercurial web site</a> and
62 see if your question is already in our list of <a
62 see if your question is already in our list of <a
63 href="http://www.selenic.com/mercurial/wiki/index.cgi/FAQ">Frequently
63 href="http://www.selenic.com/mercurial/wiki/index.cgi/FAQ">Frequently
64 Answered Questions</a> (the "FAQ").
64 Answered Questions</a> (the "FAQ").
65
65
66 <p>If you cannot find an answer to your question, please feel
66 <p>If you cannot find an answer to your question, please feel
67 free to send mail to the Mercurial mailing list, at <a
67 free to send mail to the Mercurial mailing list, at <a
68 href="mailto:mercurial@selenic.com">mercurial@selenic.com</a>.
68 href="mailto:mercurial@selenic.com">mercurial@selenic.com</a>.
69 <b>Remember</b>, the more useful information you include in your
69 <b>Remember</b>, the more useful information you include in your
70 report, the easier it will be for us to help you!</p>
70 report, the easier it will be for us to help you!</p>
71
71
72 <p>If you are IRC-savvy, that's usually the fastest way to get
72 <p>If you are IRC-savvy, that's usually the fastest way to get
73 help. Go to <tt>#mercurial</tt> on
73 help. Go to <tt>#mercurial</tt> on
74 <tt>irc.freenode.net</tt>.</p>
74 <tt>irc.freenode.net</tt>.</p>
75
75
76 <h1>Author and copyright information</h1>
76 <h1>Author and copyright information</h1>
77
77
78 <p>Mercurial was written by <a href="http://www.selenic.com">Matt
78 <p>Mercurial was written by <a href="http://www.selenic.com">Matt
79 Mackall</a>, and is maintained by Matt and a team of
79 Mackall</a>, and is maintained by Matt and a team of
80 volunteers.</p>
80 volunteers.</p>
81
81
82 <p>The Windows installer was written by <a
82 <p>The Windows installer was written by <a
83 href="http://www.serpentine.com/blog">Bryan
83 href="http://www.serpentine.com/blog">Bryan
84 O'Sullivan</a>.</p>
84 O'Sullivan</a>.</p>
85
85
86 <p>Mercurial is Copyright 2005, 2006 Matt Mackall and others. See the
86 <p>Mercurial is Copyright 2005, 2006 Matt Mackall and others. See the
87 <tt>Contributors.txt</tt> file for a list of contributors.</p>
87 <tt>Contributors.txt</tt> file for a list of contributors.</p>
88
88
89 <p>Mercurial is free software; you can redistribute it and/or
89 <p>Mercurial is free software; you can redistribute it and/or
90 modify it under the terms of the <a
90 modify it under the terms of the <a
91 href="http://www.gnu.org/copyleft/gpl.html">GNU General Public
91 href="http://www.gnu.org/copyleft/gpl.html">GNU General Public
92 License</a> as published by the Free Software Foundation; either
92 License</a> as published by the Free Software Foundation; either
93 version 2 of the License, or (at your option) any later
93 version 2 of the License, or (at your option) any later
94 version.</p>
94 version.</p>
95
95
96 <p>Mercurial is distributed in the hope that it will be useful,
96 <p>Mercurial is distributed in the hope that it will be useful,
97 but <b>without any warranty</b>; without even the implied
97 but <b>without any warranty</b>; without even the implied
98 warranty of <b>merchantability</b> or <b>fitness for a
98 warranty of <b>merchantability</b> or <b>fitness for a
99 particular purpose</b>. See the GNU General Public License for
99 particular purpose</b>. See the GNU General Public License for
100 more details.</p>
100 more details.</p>
101 </body>
101 </body>
102 </html>
102 </html>
@@ -1,64 +1,64 b''
1 ; Script generated by the Inno Setup Script Wizard.
1 ; Script generated by the Inno Setup Script Wizard.
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, 2006 Matt Mackall and others
5 AppCopyright=Copyright 2005, 2006 Matt Mackall and others
6 AppName=Mercurial
6 AppName=Mercurial
7 AppVerName=Mercurial version 0.9
7 AppVerName=Mercurial version 0.9.1
8 InfoAfterFile=contrib/win32/postinstall.txt
8 InfoAfterFile=contrib/win32/postinstall.txt
9 LicenseFile=COPYING
9 LicenseFile=COPYING
10 ShowLanguageDialog=yes
10 ShowLanguageDialog=yes
11 AppPublisher=Matt Mackall and others
11 AppPublisher=Matt Mackall and others
12 AppPublisherURL=http://www.selenic.com/mercurial
12 AppPublisherURL=http://www.selenic.com/mercurial
13 AppSupportURL=http://www.selenic.com/mercurial
13 AppSupportURL=http://www.selenic.com/mercurial
14 AppUpdatesURL=http://www.selenic.com/mercurial
14 AppUpdatesURL=http://www.selenic.com/mercurial
15 AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}
15 AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}
16 AppContact=mercurial@selenic.com
16 AppContact=mercurial@selenic.com
17 OutputBaseFilename=Mercurial-0.9
17 OutputBaseFilename=Mercurial-0.9.1
18 DefaultDirName={sd}\Mercurial
18 DefaultDirName={sd}\Mercurial
19 SourceDir=C:\hg\hg-release
19 SourceDir=C:\hg\hg-release
20 VersionInfoVersion=0.9
20 VersionInfoVersion=0.9.1
21 VersionInfoDescription=Mercurial distributed SCM
21 VersionInfoDescription=Mercurial distributed SCM
22 VersionInfoCopyright=Copyright 2005, 2006 Matt Mackall and others
22 VersionInfoCopyright=Copyright 2005, 2006 Matt Mackall and others
23 VersionInfoCompany=Matt Mackall and others
23 VersionInfoCompany=Matt Mackall and others
24 InternalCompressLevel=max
24 InternalCompressLevel=max
25 SolidCompression=true
25 SolidCompression=true
26 SetupIconFile=contrib\favicon.ico
26 SetupIconFile=contrib\favicon.ico
27 AllowNoIcons=true
27 AllowNoIcons=true
28 DefaultGroupName=Mercurial
28 DefaultGroupName=Mercurial
29
29
30 [Files]
30 [Files]
31 Source: ..\..\msys\1.0\bin\patch.exe; DestDir: {app}
31 Source: ..\..\msys\1.0\bin\patch.exe; DestDir: {app}
32 Source: contrib\mercurial.el; DestDir: {app}/Contrib
32 Source: contrib\mercurial.el; DestDir: {app}/Contrib
33 Source: contrib\win32\ReadMe.html; DestDir: {app}; Flags: isreadme
33 Source: contrib\win32\ReadMe.html; DestDir: {app}; Flags: isreadme
34 Source: contrib\win32\mercurial.ini; DestDir: {app}; DestName: Mercurial.ini; Flags: confirmoverwrite
34 Source: contrib\win32\mercurial.ini; DestDir: {app}; DestName: Mercurial.ini; Flags: confirmoverwrite
35 Source: contrib\win32\postinstall.txt; DestDir: {app}; DestName: ReleaseNotes.txt
35 Source: contrib\win32\postinstall.txt; DestDir: {app}; DestName: ReleaseNotes.txt
36 Source: dist\hg.exe; DestDir: {app}
36 Source: dist\hg.exe; DestDir: {app}
37 Source: dist\library.zip; DestDir: {app}
37 Source: dist\library.zip; DestDir: {app}
38 Source: dist\mfc71.dll; DestDir: {sys}; Flags: sharedfile uninsnosharedfileprompt
38 Source: dist\mfc71.dll; DestDir: {sys}; Flags: sharedfile uninsnosharedfileprompt
39 Source: dist\msvcr71.dll; DestDir: {sys}; Flags: sharedfile uninsnosharedfileprompt
39 Source: dist\msvcr71.dll; DestDir: {sys}; Flags: sharedfile uninsnosharedfileprompt
40 Source: dist\w9xpopen.exe; DestDir: {app}
40 Source: dist\w9xpopen.exe; DestDir: {app}
41 Source: dist\add_path.exe; DestDir: {app}
41 Source: dist\add_path.exe; DestDir: {app}
42 Source: doc\*.txt; DestDir: {app}\Docs
42 Source: doc\*.txt; DestDir: {app}\Docs
43 Source: templates\*.*; DestDir: {app}\Templates; Flags: recursesubdirs createallsubdirs
43 Source: templates\*.*; DestDir: {app}\Templates; Flags: recursesubdirs createallsubdirs
44 Source: CONTRIBUTORS; DestDir: {app}; DestName: Contributors.txt
44 Source: CONTRIBUTORS; DestDir: {app}; DestName: Contributors.txt
45 Source: COPYING; DestDir: {app}; DestName: Copying.txt
45 Source: COPYING; DestDir: {app}; DestName: Copying.txt
46 Source: comparison.txt; DestDir: {app}\Docs; DestName: Comparison.txt
46 Source: comparison.txt; DestDir: {app}\Docs; DestName: Comparison.txt
47 Source: notes.txt; DestDir: {app}\Docs; DestName: DesignNotes.txt
47 Source: notes.txt; DestDir: {app}\Docs; DestName: DesignNotes.txt
48
48
49 [INI]
49 [INI]
50 Filename: {app}\Mercurial.url; Section: InternetShortcut; Key: URL; String: http://www.selenic.com/mercurial/
50 Filename: {app}\Mercurial.url; Section: InternetShortcut; Key: URL; String: http://www.selenic.com/mercurial/
51
51
52 [UninstallDelete]
52 [UninstallDelete]
53 Type: files; Name: {app}\Mercurial.url
53 Type: files; Name: {app}\Mercurial.url
54
54
55 [Icons]
55 [Icons]
56 Name: {group}\Uninstall Mercurial; Filename: {uninstallexe}
56 Name: {group}\Uninstall Mercurial; Filename: {uninstallexe}
57 Name: {group}\Mercurial Command Reference; Filename: {app}\Docs\hg.1.txt
57 Name: {group}\Mercurial Command Reference; Filename: {app}\Docs\hg.1.txt
58 Name: {group}\Mercurial Web Site; Filename: {app}\Mercurial.url
58 Name: {group}\Mercurial Web Site; Filename: {app}\Mercurial.url
59
59
60 [Run]
60 [Run]
61 Filename: "{app}\add_path.exe"; Parameters: "{app}"; Flags: postinstall; Description: "Add the installation path to the search path"
61 Filename: "{app}\add_path.exe"; Parameters: "{app}"; Flags: postinstall; Description: "Add the installation path to the search path"
62
62
63 [UninstallRun]
63 [UninstallRun]
64 Filename: "{app}\add_path.exe"; Parameters: "/del {app}"
64 Filename: "{app}\add_path.exe"; Parameters: "/del {app}"
@@ -1,112 +1,168 b''
1 Welcome to Mercurial for Windows!
1 Welcome to Mercurial for Windows!
2 ---------------------------------
2 ---------------------------------
3
3
4 For configuration and usage directions, please read the ReadMe.html
4 For configuration and usage directions, please read the ReadMe.html
5 file that comes with this package.
5 file that comes with this package.
6
6
7 Release Notes
7 Release Notes
8 -------------
8 -------------
9
9
10 2006-07-24 v0.9.1
11
12 Major changes between Mercurial 0.9 and 0.9.1:
13
14 New features:
15 - You can now configure your 'hgweb' server to let remote users
16 'push' changes over http.
17 - You can now 'import' a patch in a mail message by saving the mail
18 message, and importing it. This works for patches sent either
19 inline or as attachments.
20 - The 'diff' command now accepts '-rA:B' syntax as a synonym for
21 '-r A -r B', and adds '-b' and '-B' options.
22
23 New contributions and extensions:
24 - The 'acl' extension lets you lock down parts of a repository
25 against incoming changes
26 - The 'extdiff' extension lets you run your favourite graphical
27 change viewer
28 - Comprehensive integration with the 'vim' editor
29 - A restricted shell for 'ssh'-hosted repositories
30 - An importer for 'darcs' repositories
31
32 New hooks added:
33 - 'preupdate' is run before an update or merge in the working
34 directory.
35 - 'update' is run after an update or merge in the working
36 directory.
37
38 Behaviour changes:
39 - NOTE: Mercurial as installed by the Windows binary
40 installer no longer performs automatic line-ending conversion for
41 Unix/Linux compatibility. To re-enable this feature, edit your
42 'mercurial.ini' file after you upgrade.
43 - The Windows binary installer now automatically adds 'hg' to your
44 '%PATH%'.
45 - The 'backout' command now runs an editor by default, to let you
46 modify the commit message for a backed-out changeset.
47 - An earlier problem with parsing of tags has been fixed.
48 This makes tag parsing slower but more reliable.
49
50 Memory usage and performance improvements:
51 - The 'remove' command has been rewritten to be hundreds of times
52 faster in large repositories.
53 - It is now possible to 'clone' a repository very quickly over a
54 LAN, if the server is configured to allow it. See the new 'server'
55 section in the 'hgrc' documentation.
56
57 Other changes of note:
58 - Mercurial will now print help for an extension if you type 'hg
59 help EXT_NAME'.
60 - The usual array of bug fixes and documentation improvements.
61 - The integrated web server is now more WSGI-compliant.
62 - Work has begun to solidify Mercurial's API for use by third-party
63 packages.
64
65
10 2006-05-10 v0.9
66 2006-05-10 v0.9
11
67
12 * Major changes between Mercurial 0.8.1 and 0.9:
68 * Major changes between Mercurial 0.8.1 and 0.9:
13
69
14 - The repository file format has been improved.
70 - The repository file format has been improved.
15 - This has resulted in an average 40% reduction in disk space usage.
71 - This has resulted in an average 40% reduction in disk space usage.
16 - The new format (called RevlogNG) is now the default.
72 - The new format (called RevlogNG) is now the default.
17 - Mercurial works perfectly with both the old and new repository
73 - Mercurial works perfectly with both the old and new repository
18 file formats. It can transfer changes transparently between
74 file formats. It can transfer changes transparently between
19 repositories of either format.
75 repositories of either format.
20 - To use the new repository format, simply use `hg clone --pull` to
76 - To use the new repository format, simply use `hg clone --pull` to
21 clone an existing repository.
77 clone an existing repository.
22 - Note: Versions 0.8.1 and earlier of Mercurial cannot read
78 - Note: Versions 0.8.1 and earlier of Mercurial cannot read
23 RevlogNG repositories directly, but they can `clone`, `pull`
79 RevlogNG repositories directly, but they can `clone`, `pull`
24 from, and `push` to servers that are serving RevlogNG
80 from, and `push` to servers that are serving RevlogNG
25 repositories.
81 repositories.
26 - Memory usage has been improved by over 50% for many common operations.
82 - Memory usage has been improved by over 50% for many common operations.
27 - Substantial performance improvements on large repositories.
83 - Substantial performance improvements on large repositories.
28 - New commands:
84 - New commands:
29 - 'archive' - generate a directory tree snapshot, tarball, or zip
85 - 'archive' - generate a directory tree snapshot, tarball, or zip
30 file of a revision
86 file of a revision
31 - Deprecated commands:
87 - Deprecated commands:
32 - 'addremove' - replaced by 'add' and 'remove --after'
88 - 'addremove' - replaced by 'add' and 'remove --after'
33 - 'forget' - replaced by 'revert'
89 - 'forget' - replaced by 'revert'
34 - 'undo' - replaced by 'rollback'
90 - 'undo' - replaced by 'rollback'
35 - New extensions:
91 - New extensions:
36 - Bugzilla integration hook
92 - Bugzilla integration hook
37 - Email notification hook
93 - Email notification hook
38 - Nested repositories are now supported. Mercurial will not recurse
94 - Nested repositories are now supported. Mercurial will not recurse
39 into a subdirectory that contains a '.hg' directory. It is treated
95 into a subdirectory that contains a '.hg' directory. It is treated
40 as a separate repository.
96 as a separate repository.
41 - The standalone web server, 'hg serve', is now threaded, so it can
97 - The standalone web server, 'hg serve', is now threaded, so it can
42 talk to multiple clients at a time.
98 talk to multiple clients at a time.
43 - The web server can now display a "message of the day".
99 - The web server can now display a "message of the day".
44 - Support added for hooks written in Python.
100 - Support added for hooks written in Python.
45 - Many improvements and clarifications to built-in help.
101 - Many improvements and clarifications to built-in help.
46
102
47
103
48 2006-04-07 v0.8.1
104 2006-04-07 v0.8.1
49
105
50 * Major changes from 0.8 to 0.8.1:
106 * Major changes from 0.8 to 0.8.1:
51
107
52 - new extensions:
108 - new extensions:
53 mq (manage a queue of patches, like quilt only better)
109 mq (manage a queue of patches, like quilt only better)
54 email (send changes as series of email patches)
110 email (send changes as series of email patches)
55 - new command: merge (replaces "update -m")
111 - new command: merge (replaces "update -m")
56 - improved commands: log (--limit option added), pull/push ("-r" works
112 - improved commands: log (--limit option added), pull/push ("-r" works
57 on specific revisions), revert (rewritten, much better)
113 on specific revisions), revert (rewritten, much better)
58 - comprehensive hook support
114 - comprehensive hook support
59 - output templating added, supporting e.g. GNU changelog style
115 - output templating added, supporting e.g. GNU changelog style
60 - Windows, Mac OS X: prebuilt binary packages, better support
116 - Windows, Mac OS X: prebuilt binary packages, better support
61 - many reliability, performance, and memory usage improvements
117 - many reliability, performance, and memory usage improvements
62
118
63
119
64 2006-01-29 v0.8
120 2006-01-29 v0.8
65
121
66 * Upgrade notes:
122 * Upgrade notes:
67
123
68 - diff and status command are now repo-wide by default
124 - diff and status command are now repo-wide by default
69 (use 'hg diff .' for the old behavior)
125 (use 'hg diff .' for the old behavior)
70 - GPG signing is now done with the gpg extension
126 - GPG signing is now done with the gpg extension
71 - the --text option for commit, rawcommit, and tag has been removed
127 - the --text option for commit, rawcommit, and tag has been removed
72 - the copy/rename --parents option has been removed
128 - the copy/rename --parents option has been removed
73
129
74 * Major changes from 0.7 to 0.8:
130 * Major changes from 0.7 to 0.8:
75
131
76 - faster status, diff, and commit
132 - faster status, diff, and commit
77 - reduced memory usage for push and pull
133 - reduced memory usage for push and pull
78 - improved extension API
134 - improved extension API
79 - new bisect, gpg, hgk, and win32text extensions
135 - new bisect, gpg, hgk, and win32text extensions
80 - short URLs, binary file handling, and optional gitweb skin for hgweb
136 - short URLs, binary file handling, and optional gitweb skin for hgweb
81 - numerous new command options including log --keyword and pull --rev
137 - numerous new command options including log --keyword and pull --rev
82 - improved hooks and file filtering
138 - improved hooks and file filtering
83
139
84
140
85 2005-09-21 v0.7 with modifications
141 2005-09-21 v0.7 with modifications
86
142
87 * New INI files have been added to control Mercurial's behaviour:
143 * New INI files have been added to control Mercurial's behaviour:
88
144
89 System-wide - C:\Mercurial\Mercurial.ini
145 System-wide - C:\Mercurial\Mercurial.ini
90 Per-user - C:\Documents and Settings\USERNAME\Mercurial.ini
146 Per-user - C:\Documents and Settings\USERNAME\Mercurial.ini
91
147
92 A default version of the system-wide INI file is installed with
148 A default version of the system-wide INI file is installed with
93 Mercurial. No per-user INI file is installed, but it will be
149 Mercurial. No per-user INI file is installed, but it will be
94 honoured if you create one.
150 honoured if you create one.
95
151
96 * Windows line endings are now handled automatically and correctly by
152 * Windows line endings are now handled automatically and correctly by
97 the update and commit commands. See the INI file for how to
153 the update and commit commands. See the INI file for how to
98 customise this behaviour.
154 customise this behaviour.
99
155
100 * NOTE: Much of the rest of the Mercurial code does not handle Windows
156 * NOTE: Much of the rest of the Mercurial code does not handle Windows
101 line endings properly. Accordingly, the output of the diff command,
157 line endings properly. Accordingly, the output of the diff command,
102 for example, will appear huge until I fix this.
158 for example, will appear huge until I fix this.
103
159
104 * Packaged text files now have correct Windows line endings.
160 * Packaged text files now have correct Windows line endings.
105
161
106
162
107 2005-09-21 v0.7 with modifications
163 2005-09-21 v0.7 with modifications
108
164
109 * This is the first standalone release of Mercurial for Windows.
165 * This is the first standalone release of Mercurial for Windows.
110
166
111 * I believe it to be mostly functional, with one exception: there is
167 * I believe it to be mostly functional, with one exception: there is
112 no support yet for DOS <-> Unix line ending conversion.
168 no support yet for DOS <-> Unix line ending conversion.
General Comments 0
You need to be logged in to leave comments. Login now