##// END OF EJS Templates
contrib/win32: format file names and env vars with <tt>
Martin Geisler -
r8439:7327f24b default
parent child Browse files
Show More
@@ -65,8 +65,8 b' hg'
65 <h4>Default editor</h4>
65 <h4>Default editor</h4>
66 <p>
66 <p>
67 The default editor for commit messages is 'notepad'. You can set
67 The default editor for commit messages is 'notepad'. You can set
68 the EDITOR (or HGEDITOR) environment variable to specify your
68 the <tt>EDITOR</tt> (or <tt>HGEDITOR</tt>) environment variable
69 preference or set it in mercurial.ini:
69 to specify your preference or set it in <tt>mercurial.ini</tt>:
70 </p>
70 </p>
71 <pre>
71 <pre>
72 [ui]
72 [ui]
@@ -82,8 +82,8 b' editor = whatever'
82
82
83 <p>
83 <p>
84 By default, Mercurial will use the merge program defined by the
84 By default, Mercurial will use the merge program defined by the
85 HGMERGE environment variable, or uses the one defined in the
85 <tt>HGMERGE</tt> environment variable, or uses the one defined
86 mercurial.ini file. (see <a
86 in the <tt>mercurial.ini</tt> file. (see <a
87 href="http://www.selenic.com/mercurial/wiki/index.cgi/MergeProgram">MergeProgram</a>
87 href="http://www.selenic.com/mercurial/wiki/index.cgi/MergeProgram">MergeProgram</a>
88 on the Mercurial Wiki for more information)
88 on the Mercurial Wiki for more information)
89 </p>
89 </p>
General Comments 0
You need to be logged in to leave comments. Login now