annotate mercurial-tests/testData/bin/ReadMe.html @ 0:a530ea876f55

mercurial support sources added
author Pavel.Sher
date Mon, 14 Jul 2008 18:22:05 +0400
parents
children 6fada1d52902
rev   line source
0
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
2 <html>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
3 <head>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
4 <title>Mercurial for Windows</title>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
6 <style type="text/css">
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
7 <!--
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
8 .indented
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
9 {
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
10 padding-left: 10pt;
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
11 }
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
12 -->
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
13 </style>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
14 </head>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
15
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
16 <body>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
17 <h1>Mercurial for Windows</h1>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
18
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
19 <p>Welcome to Mercurial for Windows!</p>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
20
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
21 <p>Mercurial is a command-line application. You must run it from
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
22 the Windows command prompt (or if you're hard core, a <a
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
23 href="http://www.mingw.org/">MinGW</a> shell).</p>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
24
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
25 <p><div class="indented"><i>Note: the standard <a
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
26 href="http://www.mingw.org/">MinGW</a> msys startup script uses
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
27 rxvt which has problems setting up standard input and output.
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
28 Running bash directly works correctly.</i></div>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
29
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
30 <p>For documentation, please visit the <a
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
31 href="http://www.selenic.com/mercurial">Mercurial web site</a>.
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
32 You can also download a free book, <a
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
33 href="http://hgbook.red-bean.com/">Distributed revision control
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
34 with Mercurial</a>.</p>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
35
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
36 <p>By default, Mercurial installs to <tt>C:\Program Files\Mercurial</tt>. The
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
37 Mercurial command is called <tt>hg.exe</tt>.</p>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
38
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
39 <h1>Testing Mercurial after you've installed it</h1>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
40
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
41 <p>The easiest way to check that Mercurial is installed properly is to
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
42 just type the following at the command prompt:</p>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
43
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
44 <pre>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
45 hg
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
46 </pre>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
47
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
48 <p>This command should print a useful help message. If it does,
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
49 other Mercurial commands should work fine for you.</p>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
50
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
51 <h1>Configuration notes</h1>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
52 <h4>Default editor</h4>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
53 The default editor for commit messages is 'notepad'. You can set the EDITOR
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
54 (or HGEDITOR) environment variable to specify your preference or set it in
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
55 mercurial.ini:
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
56 <pre>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
57 [ui]
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
58 editor = whatever
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
59 </pre>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
60
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
61 <h4>Configuring a Merge program</h4>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
62 It should be emphasized that Mercurial by itself doesn't attempt to do a
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
63 Merge at the file level, neither does it make any attempt to Resolve the conflicts.
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
64
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
65 By default, Mercurial will use the merge program defined by the HGMERGE environment
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
66 variable, or uses the one defined in the mercurial.ini file. (see <a href="http://www.selenic.com/mercurial/wiki/index.cgi/MergeProgram">MergeProgram</a> on the Mercurial Wiki for more information)
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
67
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
68 <h1>Reporting problems</h1>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
69
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
70 <p>Before you report any problems, please consult the <a
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
71 href="http://www.selenic.com/mercurial">Mercurial web site</a> and
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
72 see if your question is already in our list of <a
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
73 href="http://www.selenic.com/mercurial/wiki/index.cgi/FAQ">Frequently
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
74 Answered Questions</a> (the "FAQ").
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
75
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
76 <p>If you cannot find an answer to your question, please feel
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
77 free to send mail to the Mercurial mailing list, at <a
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
78 href="mailto:mercurial@selenic.com">mercurial@selenic.com</a>.
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
79 <b>Remember</b>, the more useful information you include in your
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
80 report, the easier it will be for us to help you!</p>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
81
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
82 <p>If you are IRC-savvy, that's usually the fastest way to get
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
83 help. Go to <tt>#mercurial</tt> on
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
84 <tt>irc.freenode.net</tt>.</p>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
85
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
86 <h1>Author and copyright information</h1>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
87
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
88 <p>Mercurial was written by <a href="http://www.selenic.com">Matt
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
89 Mackall</a>, and is maintained by Matt and a team of
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
90 volunteers.</p>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
91
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
92 <p>The Windows installer was written by <a
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
93 href="http://www.serpentine.com/blog">Bryan
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
94 O'Sullivan</a>.</p>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
95
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
96 <p>Mercurial is Copyright 2005-2007 Matt Mackall and others.
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
97 See the <tt>Contributors.txt</tt> file for a list of contributors.</p>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
98
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
99 <p>Mercurial is free software; you can redistribute it and/or
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
100 modify it under the terms of the <a
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
101 href="http://www.gnu.org/copyleft/gpl.html">GNU General Public
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
102 License</a> as published by the Free Software Foundation; either
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
103 version 2 of the License, or (at your option) any later
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
104 version.</p>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
105
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
106 <p>Mercurial is distributed in the hope that it will be useful,
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
107 but <b>without any warranty</b>; without even the implied
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
108 warranty of <b>merchantability</b> or <b>fitness for a
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
109 particular purpose</b>. See the GNU General Public License for
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
110 more details.</p>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
111 </body>
a530ea876f55 mercurial support sources added
Pavel.Sher
parents:
diff changeset
112 </html>