##// END OF EJS Templates
Turn the win32 README into a HTML file for now.
Bryan O'Sullivan -
r1288:9a625fbf default
parent child Browse files
Show More
@@ -1,94 +1,123 b''
1 Mercurial version 0.7 for Windows
2 ---------------------------------
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>Mercurial for Windows</title>
5 </head>
3 6
4 Welcome to Mercurial for Windows!
7 <body>
8 <h1>Mercurial version 0.7 for Windows</h1>
5 9
6 Mercurial is a command-line application. You must run it from the
7 Windows command prompt (or if you're hard core, a MinGW shell).
10 <p>Welcome to Mercurial for Windows!</p>
8 11
9 By default, Mercurial installs to C:\Mercurial. The Mercurial command
10 is called hg.exe. To run this command, the install directory must be
11 in your search path.
12 <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
14 href="http://www.mingw.org/">MinGW</a> shell).</p>
12 15
16 <p>For documentation, please visit the <a
17 href="http://www.selenic.com/mercurial">Mercurial web
18 site</a>.</p>
13 19
14 Setting your search path temporarily
15 ------------------------------------
20 <p>By default, Mercurial installs to <tt>C:\Mercurial</tt>. The
21 Mercurial command is called <tt>hg.exe</tt>. To run this
22 command, the install directory must be in your search path.</p>
16 23
17 To set your search path temporarily, type the following into a command
18 prompt window:
24 <h2>Setting your search path temporarily</h2>
19 25
20 set PATH=C:\Mercurial;%PATH%
21
26 <p>To set your search path temporarily, type the following into a
27 command prompt window:</p>
22 28
23 Setting your search path permanently
24 ------------------------------------
29 <pre>
30 set PATH=C:\Mercurial;%PATH%
31 </pre>
32
33 <h2>Setting your search path permanently</h2>
25 34
26 To set your search path permanently, perform the following steps.
27 These instructions are for Windows NT, 2000 and XP.
35 <p>To set your search path permanently, perform the following
36 steps. These instructions are for Windows NT, 2000 and XP.</p>
28 37
29 1. Open the Control Panel. Under Windows XP, select the "Classic
30 View".
38 <ol>
39 <li>Open the Control Panel. Under Windows XP, select the
40 "Classic View".</li>
31 41
32 2. Enter the "System" control panel.
42 <li>Double-click on the "System" control panel.</li>
33 43
34 3. Click on "Advanced".
44 <li>Click on the "Advanced" tab.</li>
35 45
36 4. Click on "Environment Variables".
46 <li>Click on "Environment Variables". You'll find this near the
47 bottom of the window.</li>
37 48
38 5. Under "System variables", you will see "Path". Double-click it.
49 <li>Under "System variables", you will see "Path". Double-click
50 it.</li>
39 51
40 6. Edit "Variable value". Each path element is separated by a
41 semicolon (";") character. Append a semicolon to the end of the
42 list, followed by the path where you installed Mercurial
43 (e.g. C:\Mercurial).
52 <li>Edit "Variable value". Each path element is separated by a
53 semicolon (";") character. Append a semicolon to the end of the
54 list, followed by the path where you installed Mercurial
55 (e.g. <tt>C:\Mercurial</tt>).</li>
44 56
45 7. Click on the various "OK" buttons until you're back up to the top
46 level.
57 <li>Click on the various "OK" buttons until you've completely
58 exited from the System control panel.</li>
59
60 <li>Log out and log back in, or restart your system.</li>
47 61
48 8. Log out and log back in, or restart your system.
62 <li>The next time you run the Windows command prompt, you will be
63 able to run the <tt>hg</tt> command without any special
64 help.</li>
65 </ol>
66
67 <h1>Testing Mercurial after you've installed it</h1>
49 68
50 9. The next time you run the Windows command prompt, you will be able
51 to run hg.exe.
69 <p>The easiest way to check that Mercurial is installed properly is to
70 just type the following at the command prompt:</p>
52 71
53
54 Testing Mercurial
55 -----------------
72 <pre>
73 hg
74 </pre>
56 75
57 The easiest way to check that Mercurial is installed properly is to
58 just type the following at the command prompt:
76 <p>This command should print a useful help message. If it does,
77 other Mercurial commands should work fine for you.</p>
59 78
60 hg
79 <h1>Reporting problems</h1>
61 80
62 It should print a help message. If it does, it should work fine for
63 you.
81 <p>Before you report any problems, please consult the <a
82 href="http://www.selenic.com/mercurial">Mercurial web site</a> and
83 see if your question is already in our list of <a
84 href="http://www.selenic.com/mercurial/wiki/index.cgi/FAQ">Frequently
85 Answered Questions</a> (the "FAQ").
64 86
65
66 Reporting problems
67 ------------------
87 <p>If you cannot find an answer to your question, please feel
88 free to send mail to the Mercurial mailing list, at <a
89 href="mailto:mercurial@selenic.com">mercurial@selenic.com</a>.
90 <b>Remember</b>, the more useful information you include in your
91 report, the easier it will be for us to help you!</p>
68 92
69 Before you report any problems, please consult the Mercurial web site
70 at http://www.selenic.com/mercurial and see if your question is
71 already in our list of Frequently Answered Questions (the "FAQ").
93 <p>If you are IRC-savvy, that's usually the fastest way to get
94 help. Go to <tt>#mercurial</tt> on
95 <tt>irc.freenode.net</tt>.</p>
96
97 <h1>Author and copyright information</h1>
72 98
73 If you cannot find an answer to your question, please feel free to
74 send mail to the Mercurial mailing list, at <mercurial@selenic.com>.
75 Remember, the more useful information you include in your report, the
76 easier it will be for us to help you!
99 <p>Mercurial was written by <a href="http://www.selenic.com">Matt
100 Mackall</a>, and is maintained by Matt and a team of
101 volunteers.</p>
77 102
78 If you are IRC-savvy, that's usually the fastest way to get help. Go
79 to #mercurial on irc.freenode.net.
80
103 <p>The Windows installer was written by <a
104 href="http://www.serpentine.com/blog">Bryan
105 O'Sullivan</a>.</p>
81 106
82 Author and copyright information
83 --------------------------------
84
85 Mercurial was written by Matt Mackall, and is maintained by Matt and a
86 team of volunteers.
107 <p>Mercurial is Copyright 2005 Matt Mackall and others. See the
108 <tt>Contributors.txt</tt> file for a list of contributors.</p>
87 109
88 The Windows installer was written by Bryan O'Sullivan.
110 <p>Mercurial is free software; you can redistribute it and/or
111 modify it under the terms of the <a
112 href="http://www.gnu.org/copyleft/gpl.html">GNU General Public
113 License</a> as published by the Free Software Foundation; either
114 version 2 of the License, or (at your option) any later
115 version.</p>
89 116
90 Copyright 2005 Matt Mackall and others. See the CONTRIBUTORS.txt file
91 for a list of contributors.
92
93 Mercurial is free software, released under the terms of the GNU
94 General Public License, version 2.
117 <p>Mercurial is distributed in the hope that it will be useful,
118 but <b>without any warranty</b>; without even the implied
119 warranty of <b>merchantability</b> or <b>fitness for a
120 particular purpose</b>. See the GNU General Public License for
121 more details.</p>
122 </body>
123 </html>
General Comments 0
You need to be logged in to leave comments. Login now