Update configuration note with mercurial.ini change from Thomas
authorLee Cantey <lcantey@gmail.com>
Thu, 18 May 2006 11:48:03 -0700
changeset 2321 d9ca698e3c5a
parent 2320 dbdce3b99988
child 2324 7cbe8cd69d6b
child 2326 d0ba2f6b9d97
Update configuration note with mercurial.ini change from Thomas
contrib/win32/ReadMe.html
--- 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>