Show More
@@ -1,4 +1,5 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 | <html> |
|
3 | <html> | |
3 | <head> |
|
4 | <head> | |
4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
@@ -27,6 +28,12 b'' | |||||
27 | <p class="p2"><br></p> |
|
28 | <p class="p2"><br></p> | |
28 | <p class="p3">This package installs the <span class="s2">hg</span> executable in <span class="s2">/Library/Frameworks/Python.framework/Versions/Current/bin</span>. This directory may not be in your shell's search path. The MacPython installer will have created an entry in <span class="s2">.profile</span> for it but if your shell doesn't use <span class="s2">.profile</span> you'll need configure it yourself or create a symlink from a directory already in your path.</p> |
|
29 | <p class="p3">This package installs the <span class="s2">hg</span> executable in <span class="s2">/Library/Frameworks/Python.framework/Versions/Current/bin</span>. This directory may not be in your shell's search path. The MacPython installer will have created an entry in <span class="s2">.profile</span> for it but if your shell doesn't use <span class="s2">.profile</span> you'll need configure it yourself or create a symlink from a directory already in your path.</p> | |
29 | <p class="p2"><br></p> |
|
30 | <p class="p2"><br></p> | |
|
31 | <p class="p1"><b>Documentation</b></p> | |||
|
32 | <p class="p2"><br></p> | |||
|
33 | <p class="p3">Visit the <a href="http://www.selenic.com/mercurial">Mercurial web site and wiki</a></p> | |||
|
34 | <p class="p2"><br></p> | |||
|
35 | <p class="p3">There's also a free book, <a href="http://hgbook.red-bean.com/">Distributed revision control with Mercurial</a></p> | |||
|
36 | <p class="p2"><br></p> | |||
30 | <p class="p1"><b>Reporting problems</b></p> |
|
37 | <p class="p1"><b>Reporting problems</b></p> | |
31 | <p class="p2"><br></p> |
|
38 | <p class="p2"><br></p> | |
32 | <p class="p3">If you run into any problems, please file a bug online:</p> |
|
39 | <p class="p3">If you run into any problems, please file a bug online:</p> |
@@ -1,4 +1,5 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 | <html> |
|
3 | <html> | |
3 | <head> |
|
4 | <head> | |
4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
@@ -28,7 +28,10 b'' | |||||
28 | Running bash directly works correctly.</i></div> |
|
28 | Running bash directly works correctly.</i></div> | |
29 |
|
29 | |||
30 | <p>For documentation, please visit the <a |
|
30 | <p>For documentation, please visit the <a | |
31 |
href="http://www.selenic.com/mercurial">Mercurial web site</a>. |
|
31 | href="http://www.selenic.com/mercurial">Mercurial web site</a>. | |
|
32 | You can also download a free book, <a | |||
|
33 | href="http://hgbook.red-bean.com/">Distributed revision control | |||
|
34 | with Mercurial</a>.</p> | |||
32 |
|
35 | |||
33 | <p>By default, Mercurial installs to <tt>C:\Mercurial</tt>. The |
|
36 | <p>By default, Mercurial installs to <tt>C:\Mercurial</tt>. The | |
34 | Mercurial command is called <tt>hg.exe</tt>.</p> |
|
37 | Mercurial command is called <tt>hg.exe</tt>.</p> |
General Comments 0
You need to be logged in to leave comments.
Login now