[PATCH] Update configuration note with mercurial.ini change from Thomas

Lee Cantey lcantey at gmail.com
Thu May 18 13:49:18 CDT 2006


# HG changeset patch
# User Lee Cantey <lcantey at gmail.com>
# Date 1147978083 25200
# Node ID 7e9b36432d2e3033bdb897d9f20c94600306f2fe
# Parent  5b3a3e35f0849cc4d862c3f96c085538689bed6f
Update configuration note with mercurial.ini change from Thomas

diff -r 5b3a3e35f084 -r 7e9b36432d2e contrib/win32/ReadMe.html
--- a/contrib/win32/ReadMe.html	Thu May 18 10:09:16 2006 -0700
+++ b/contrib/win32/ReadMe.html	Thu May 18 11:48:03 2006 -0700
@@ -90,8 +90,14 @@ hg
       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>
 


More information about the Mercurial mailing list