##// END OF EJS Templates
update windows readme to document msys/mingw rxvt problems.
Lee Cantey -
r2091:fb8b35b0 default
parent child Browse files
Show More
@@ -2,6 +2,15 b''
2 <html>
2 <html>
3 <head>
3 <head>
4 <title>Mercurial for Windows</title>
4 <title>Mercurial for Windows</title>
5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
6 <style type="text/css">
7 <!--
8 .indented
9 {
10 padding-left: 10pt;
11 }
12 -->
13 </style>
5 </head>
14 </head>
6
15
7 <body>
16 <body>
@@ -12,10 +21,14 b''
12 <p>Mercurial is a command-line application. You must run it from
21 <p>Mercurial is a command-line application. You must run it from
13 the Windows command prompt (or if you're hard core, a <a
22 the Windows command prompt (or if you're hard core, a <a
14 href="http://www.mingw.org/">MinGW</a> shell).</p>
23 href="http://www.mingw.org/">MinGW</a> shell).</p>
24
25 <p><div class="indented"><i>Note: the standard <a
26 href="http://www.mingw.org/">MinGW</a> msys startup script uses
27 rxvt which has problems setting up standard input and output.
28 Running bash directly works correctly.</i></div>
15
29
16 <p>For documentation, please visit the <a
30 <p>For documentation, please visit the <a
17 href="http://www.selenic.com/mercurial">Mercurial web
31 href="http://www.selenic.com/mercurial">Mercurial web site</a>.</p>
18 site</a>.</p>
19
32
20 <p>By default, Mercurial installs to <tt>C:\Mercurial</tt>. The
33 <p>By default, Mercurial installs to <tt>C:\Mercurial</tt>. The
21 Mercurial command is called <tt>hg.exe</tt>. To run this
34 Mercurial command is called <tt>hg.exe</tt>. To run this
General Comments 0
You need to be logged in to leave comments. Login now