# HG changeset patch # User Lee Cantey # Date 1161108070 25200 # Node ID 2300632a3bc829f2928a0d5308ae06ac895e427f # Parent 846bf33bf1402c918c8232148e6c9be56412e726 Default editor for Windows installer is now notepad. [Issue 256] diff --git a/contrib/win32/ReadMe.html b/contrib/win32/ReadMe.html --- a/contrib/win32/ReadMe.html +++ b/contrib/win32/ReadMe.html @@ -46,7 +46,7 @@ hg other Mercurial commands should work fine for you.

Configuration notes

-

The default editor for commit messages is 'vi'. You can set the EDITOR +

The default editor for commit messages is 'notepad'. You can set the EDITOR (or HGEDITOR) environment variable to specify your preference or set it in mercurial.ini:

diff --git a/contrib/win32/mercurial.ini b/contrib/win32/mercurial.ini
--- a/contrib/win32/mercurial.ini
+++ b/contrib/win32/mercurial.ini
@@ -3,6 +3,9 @@
 ; USERNAME is your Windows user name:
 ;   C:\Documents and Settings\USERNAME\Mercurial.ini
 
+[ui] 
+editor = notepad
+
 ; By default, we try to encode and decode all files that do not
 ; contain ASCII NUL characters.  What this means is that we try to set
 ; line endings to Windows style on update, and to Unix style on