##// END OF EJS Templates
Default editor for Windows installer is now notepad. [Issue 256]
Lee Cantey -
r3432:2300632a default
parent child Browse files
Show More
@@ -46,7 +46,7 b' hg'
46 other Mercurial commands should work fine for you.</p>
46 other Mercurial commands should work fine for you.</p>
47
47
48 <h1>Configuration notes</h1>
48 <h1>Configuration notes</h1>
49 <p>The default editor for commit messages is 'vi'. You can set the EDITOR
49 <p>The default editor for commit messages is 'notepad'. You can set the EDITOR
50 (or HGEDITOR) environment variable to specify your preference or set it in
50 (or HGEDITOR) environment variable to specify your preference or set it in
51 mercurial.ini:</p>
51 mercurial.ini:</p>
52 <pre>
52 <pre>
@@ -3,6 +3,9 b''
3 ; USERNAME is your Windows user name:
3 ; USERNAME is your Windows user name:
4 ; C:\Documents and Settings\USERNAME\Mercurial.ini
4 ; C:\Documents and Settings\USERNAME\Mercurial.ini
5
5
6 [ui]
7 editor = notepad
8
6 ; By default, we try to encode and decode all files that do not
9 ; By default, we try to encode and decode all files that do not
7 ; contain ASCII NUL characters. What this means is that we try to set
10 ; contain ASCII NUL characters. What this means is that we try to set
8 ; line endings to Windows style on update, and to Unix style on
11 ; line endings to Windows style on update, and to Unix style on
General Comments 0
You need to be logged in to leave comments. Login now