##// END OF EJS Templates
Make Readme.html reference current OS X release
Lee Cantey -
r10595:47f9868d stable
parent child Browse files
Show More
@@ -1,37 +1,37 b''
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <!-- This is the second screen displayed during the install. -->
2 <!-- This is the second screen displayed during the install. -->
3 <html>
3 <html>
4 <head>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6 <meta http-equiv="Content-Style-Type" content="text/css">
6 <meta http-equiv="Content-Style-Type" content="text/css">
7 <title></title>
7 <title></title>
8 <style type="text/css">
8 <style type="text/css">
9 p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Helvetica}
9 p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Helvetica}
10 p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px}
10 p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px}
11 p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
11 p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
12 p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; color: #000fed}
12 p.p4 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; color: #000fed}
13 span.s1 {text-decoration: underline}
13 span.s1 {text-decoration: underline}
14 span.s2 {font: 12.0px Courier}
14 span.s2 {font: 12.0px Courier}
15 </style>
15 </style>
16 </head>
16 </head>
17 <body>
17 <body>
18 <p class="p1"><b>Before you install</b></p>
18 <p class="p1"><b>Before you install</b></p>
19 <p class="p2"><br></p>
19 <p class="p2"><br></p>
20 <p class="p3">This is an OS X 10.5 version of Mercurial that depends on the default Python 2.5 installation.</p>
20 <p class="p3">This is an OS X 10.6 version of Mercurial that depends on the default Python 2.6 installation.</p>
21 <p class="p2"><br></p>
21 <p class="p2"><br></p>
22 <p class="p1"><b>After you install</b></p>
22 <p class="p1"><b>After you install</b></p>
23 <p class="p2"><br></p>
23 <p class="p2"><br></p>
24 <p class="p3">This package installs the <span class="s2">hg</span> executable in <span class="s2">/usr/local/bin</span> and the Mercurial files in <span class="s2">/Library/Python/2.5/site-packages/mercurial.</span></p>
24 <p class="p3">This package installs the <span class="s2">hg</span> executable in <span class="s2">/usr/local/bin</span> and the Mercurial files in <span class="s2">/Library/Python/2.6/site-packages/mercurial.</span></p>
25 <p class="p2"><br></p>
25 <p class="p2"><br></p>
26 <p class="p1"><b>Documentation</b></p>
26 <p class="p1"><b>Documentation</b></p>
27 <p class="p2"><br></p>
27 <p class="p2"><br></p>
28 <p class="p3">Visit the <a href="http://mercurial.selenic.com/">Mercurial web site and wiki</a></p>
28 <p class="p3">Visit the <a href="http://mercurial.selenic.com/">Mercurial web site and wiki</a></p>
29 <p class="p2"><br></p>
29 <p class="p2"><br></p>
30 <p class="p3">There's also a free book, <a href="http://hgbook.red-bean.com/">Distributed revision control with Mercurial</a></p>
30 <p class="p3">There's also a free book, <a href="http://hgbook.red-bean.com/">Distributed revision control with Mercurial</a></p>
31 <p class="p2"><br></p>
31 <p class="p2"><br></p>
32 <p class="p1"><b>Reporting problems</b></p>
32 <p class="p1"><b>Reporting problems</b></p>
33 <p class="p2"><br></p>
33 <p class="p2"><br></p>
34 <p class="p3">If you run into any problems, please file a bug online:</p>
34 <p class="p3">If you run into any problems, please file a bug online:</p>
35 <p class="p3"><a href="http://mercurial.selenic.com/bts/">http://mercurial.selenic.com/bts/</a></p>
35 <p class="p3"><a href="http://mercurial.selenic.com/bts/">http://mercurial.selenic.com/bts/</a></p>
36 </body>
36 </body>
37 </html>
37 </html>
General Comments 0
You need to be logged in to leave comments. Login now