# HG changeset patch # User Lee Cantey # Date 1147978083 25200 # Node ID d9ca698e3c5a051075cce3aa84e1308939c13f4b # Parent dbdce3b999887f9bba2cb70f51788589bad30e24 Update configuration note with mercurial.ini change from Thomas diff -r dbdce3b99988 -r d9ca698e3c5a 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.

Configuration notes

-

The default editor is 'vi'. You can set the EDITOR environment variable - (or HGEDITOR) to specify your preference.

+

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:

+
+[ui]
+editor = whatever
+
+

Reporting problems