Commit Graph

88 Commits

Author SHA1 Message Date
Steve Borho
a380954518 win32: move default install path inside program files
All of the 'space in path' problems have been resolved, so
we can install Mercurial the Windows standard location.  The
{pf} InnoSetup variable is locale aware.
2007-12-07 18:19:01 -06:00
Steve Borho
ae1da92108 win32: it is no longer necessary to bundle patch.exe
Mercurial can use it's built-in mpatch library
2007-12-07 18:18:11 -06:00
Thomas Arendsen Hein
a799589be4 merge with crew-stable 2007-08-07 10:28:14 +02:00
Thomas Arendsen Hein
001b7980f8 Remove trailing spaces 2007-08-07 10:24:33 +02:00
Thomas Arendsen Hein
e7f3af8440 merge with crew-stable 2007-07-06 08:55:36 +02:00
Lee Cantey
b7b57a0fbc Add html docs and use for help shortcut 2007-07-05 15:40:29 -07:00
Lee Cantey
bcfa3d34a8 Convert default mercurial.ini file to Windows line endings 2007-06-29 13:06:49 -07:00
Bryan O'Sullivan
753061d492 Update binary installer files. 2007-06-25 16:35:27 -07:00
Thomas Arendsen Hein
4d29c6dc8e Updated copyright notices and add "and others" to "hg version" 2007-06-19 08:51:34 +02:00
Lee Cantey
dd5e7d8612 Fixes to not require administrator privleges and use private copies of DLLs when running the Windows installer.
Initial version from Shun-ichi GOTO in BTS 449 for private copies of DLLs.
Additional changes to remove local DLL flag on uninstall and set privilege level.
2007-06-18 15:21:02 -07:00
Matt Mackall
5290628c48 Merge with stable 2007-05-03 17:27:21 -05:00
Lee Cantey
a02d3ae073 Update Windows build instructions. 2007-05-03 14:09:09 -07:00
Lee Cantey
524f7a0cf1 Add notes about configuring a merge program 2007-04-26 23:58:18 -07:00
Lee Cantey
3fd9fb852e Update copyright year and change to range 2007-04-27 16:04:17 -07:00
Matt Mackall
e138593173 Remove hard-coded version numbers and release notes from packaging 2006-12-10 17:41:07 -06:00
Lee Cantey
b20ea2c6c5 Remove references to documentation that was removed in 24418108a60e 2006-11-06 22:01:09 -08:00
Lee Cantey
9d4f5c9635 Default editor for Windows installer is now notepad. [Issue 256] 2006-10-17 11:01:10 -07:00
Lee Cantey
a913e9fd83 Update Windows and Mac installers to 0.9.1 release 2006-07-25 17:15:44 -07:00
Raphael Marmier
4d2b4ac19a Disable automatic line endings conversion on windows
The rationale behind this is that such conversion implies a particular
situation in which all files in the repo are terminated by only LF. This
is documented nowhere and it bit me sharply when I upgraded.

Furthermore, it works on the assumption that a file containing no NULL
characters are actually a text file. Therefore it cannot guarantee that
no binary file will be harmed in the process.

Currently, if a file already contains CRLF line endings when it is
copied to the working dir from the repo, then the version in the working
dir will be corrupted by an extra CR.

I'm working on a patch that will turn this into a warning. But as a side
effect, committing such a file back will strip it from its CR.

In all case, unrequested data modification can occur under the feet of
the user, which is bad(tm), ihmo.
2006-07-03 10:18:46 -07:00
Vadim Gelfer
0dd4907595 merge with crew. 2006-06-01 13:47:34 -07:00
Marco Barisione
7b55b5bf7d Automatically add the path of hg to %PATH% using add_path 2006-05-22 14:12:41 +02:00
Lee Cantey
a743462e0d Update configuration note with mercurial.ini change from Thomas 2006-05-18 11:48:03 -07:00
Lee Cantey
3070d57782 Add section for configuration notes with initial note about the default editor 2006-05-18 10:09:16 -07:00
Lee Cantey
b2b411d7f9 Update Windows release notes and install script for v0.9 2006-05-12 21:25:58 -07:00
Lee Cantey
019412ec07 Update release notes and copyright year for Windows installer. 2006-05-05 22:13:56 -07:00
Lee Cantey
bfac2dd926 update windows readme to document msys/mingw rxvt problems. 2006-04-19 10:56:44 -07:00
Lee Cantey
30c4e31573 Remove patchbomb from list of contrib files to install since it's now an extension.
Innosetup script was referencing old contrib location.
Also cosmetic change to group related files.
2006-03-06 21:03:46 -08:00
lcantey@gmail.com
207fed5cdc Update version strings and add release notes to Windows specific files 2006-02-03 11:29:39 +01:00
Bryan O'Sullivan
5ee2831c96 Add release notes to built Windows package. 2005-09-21 15:50:43 -07:00
Bryan O'Sullivan
5d9dc1482a Update Windows release notes. 2005-09-21 15:44:50 -07:00
Bryan O'Sullivan
323047d6a2 Fix path of win32text extension in INI file. 2005-09-21 15:27:00 -07:00
Bryan O'Sullivan
02278114b8 Update Inno Setup installer to install INI file. 2005-09-21 15:26:50 -07:00
Bryan O'Sullivan
373279ef36 Add INI file for Windows. 2005-09-21 14:40:52 -07:00
Bryan O'Sullivan
1a913acdc9 Document Windows installer build process. 2005-09-21 00:47:57 -07:00
Bryan O'Sullivan
697d1c7be5 Add Windows installer file.
This uses Inno Setup.  If you don't use ISTool to edit the file, you
are either brave, nuts, or both.
2005-09-21 00:47:40 -07:00
Bryan O'Sullivan
874602b7e2 Add post-install text file. 2005-09-21 00:27:52 -07:00
Bryan O'Sullivan
2be00bb59a Turn the win32 README into a HTML file for now. 2005-09-21 00:20:20 -07:00
Bryan O'Sullivan
06e1e75205 Add win32 README for standalone installer. 2005-09-21 00:02:53 -07:00