[PATCH] Default editor for Windows installer is now notepad. [Issue 256]

Lee Cantey lcantey at gmail.com
Tue Oct 17 13:01:59 CDT 2006


# HG changeset patch
# User Lee Cantey <lcantey at gmail.com>
# Date 1161108070 25200
# Node ID 3f50b0eb1aab09bfcb7a4296b51d8d1e4e50976d
# Parent  5207cf649abe173239db83cabf68ea8dedddfd77
Default editor for Windows installer is now notepad. [Issue 256]

diff -r 5207cf649abe -r 3f50b0eb1aab contrib/win32/ReadMe.html
--- a/contrib/win32/ReadMe.html	Mon Oct 16 12:56:41 2006 +0200
+++ b/contrib/win32/ReadMe.html	Tue Oct 17 11:01:10 2006 -0700
@@ -46,7 +46,7 @@ hg
       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>
diff -r 5207cf649abe -r 3f50b0eb1aab contrib/win32/mercurial.ini
--- a/contrib/win32/mercurial.ini	Mon Oct 16 12:56:41 2006 +0200
+++ b/contrib/win32/mercurial.ini	Tue Oct 17 11:01:10 2006 -0700
@@ -2,6 +2,9 @@
 ; per-user basis, please edit the following file instead, where
 ; 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


More information about the Mercurial mailing list