changeset 3432:2300632a3bc8

Default editor for Windows installer is now notepad. [Issue 256]
author Lee Cantey <lcantey@gmail.com>
date Tue, 17 Oct 2006 11:01:10 -0700
parents 846bf33bf140
children 5ee5a0fec904
files contrib/win32/ReadMe.html contrib/win32/mercurial.ini
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/win32/ReadMe.html	Tue Oct 17 10:21:54 2006 -0700
+++ b/contrib/win32/ReadMe.html	Tue Oct 17 11:01:10 2006 -0700
@@ -46,7 +46,7 @@
       other Mercurial commands should work fine for you.</p>
 
     <h1>Configuration notes</h1>
-    <p>The default editor for commit messages is 'vi'. You can set the EDITOR
+    <p>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:</p>
     <pre>
--- a/contrib/win32/mercurial.ini	Tue Oct 17 10:21:54 2006 -0700
+++ b/contrib/win32/mercurial.ini	Tue Oct 17 11:01:10 2006 -0700
@@ -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