changeset 2321:d9ca698e3c5a

Update configuration note with mercurial.ini change from Thomas
author Lee Cantey <lcantey@gmail.com>
date Thu, 18 May 2006 11:48:03 -0700
parents dbdce3b99988
children 7cbe8cd69d6b d0ba2f6b9d97
files contrib/win32/ReadMe.html
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/win32/ReadMe.html	Thu May 18 23:31:12 2006 -0700
+++ b/contrib/win32/ReadMe.html	Thu May 18 11:48:03 2006 -0700
@@ -90,8 +90,14 @@
       other Mercurial commands should work fine for you.</p>
 
     <h1>Configuration notes</h1>
-    <p>The default editor is 'vi'. You can set the EDITOR environment variable
-    (or HGEDITOR) to specify your preference. </p>
+    <p>The default editor for commit messages is 'vi'. You can set the EDITOR
+    (or HGEDITOR) environment variable to specify your preference or set it in
+    mercurial.ini:</p>
+    <pre>
+[ui]
+editor = whatever
+</pre>
+
 
     <h1>Reporting problems</h1>