annotate contrib/win32/ReadMe.html @ 8440:bfcbba5f4b99

contrib/win32: updated title of the hgbook
author Martin Geisler <mg@lazybytes.net>
date Sat, 16 May 2009 08:38:04 +0200
parents 7327f24bfef3
children ca7fa5e5b682
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1288
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
2 <html>
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
3 <head>
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
4 <title>Mercurial for Windows</title>
5081
ea7b982b6c08 Remove trailing spaces
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4723
diff changeset
5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
2091
fb8b35b0def9 update windows readme to document msys/mingw rxvt problems.
Lee Cantey <lcantey@gmail.com>
parents: 1690
diff changeset
6 <style type="text/css">
fb8b35b0def9 update windows readme to document msys/mingw rxvt problems.
Lee Cantey <lcantey@gmail.com>
parents: 1690
diff changeset
7 <!--
fb8b35b0def9 update windows readme to document msys/mingw rxvt problems.
Lee Cantey <lcantey@gmail.com>
parents: 1690
diff changeset
8 .indented
fb8b35b0def9 update windows readme to document msys/mingw rxvt problems.
Lee Cantey <lcantey@gmail.com>
parents: 1690
diff changeset
9 {
fb8b35b0def9 update windows readme to document msys/mingw rxvt problems.
Lee Cantey <lcantey@gmail.com>
parents: 1690
diff changeset
10 padding-left: 10pt;
fb8b35b0def9 update windows readme to document msys/mingw rxvt problems.
Lee Cantey <lcantey@gmail.com>
parents: 1690
diff changeset
11 }
fb8b35b0def9 update windows readme to document msys/mingw rxvt problems.
Lee Cantey <lcantey@gmail.com>
parents: 1690
diff changeset
12 -->
fb8b35b0def9 update windows readme to document msys/mingw rxvt problems.
Lee Cantey <lcantey@gmail.com>
parents: 1690
diff changeset
13 </style>
1288
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
14 </head>
1287
40ccb87dac71 Add win32 README for standalone installer.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
15
1288
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
16 <body>
3863
1ef8ada4370f Remove hard-coded version numbers and release notes from packaging
Matt Mackall <mpm@selenic.com>
parents: 3432
diff changeset
17 <h1>Mercurial for Windows</h1>
1287
40ccb87dac71 Add win32 README for standalone installer.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
18
1288
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
19 <p>Welcome to Mercurial for Windows!</p>
1287
40ccb87dac71 Add win32 README for standalone installer.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
20
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
21 <p>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
22 Mercurial is a command-line application. You must run it from
1288
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
23 the Windows command prompt (or if you're hard core, a <a
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
24 href="http://www.mingw.org/">MinGW</a> shell).
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
25 </p>
5081
ea7b982b6c08 Remove trailing spaces
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4723
diff changeset
26
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
27 <p class="indented">
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
28 <i>Note: the standard <a href="http://www.mingw.org/">MinGW</a>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
29 msys startup script uses rxvt which has problems setting up
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
30 standard input and output. Running bash directly works
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
31 correctly.</i>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
32 </p>
1287
40ccb87dac71 Add win32 README for standalone installer.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
33
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
34 <p>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
35 For documentation, please visit the <a
4723
fb4b6d5fe100 Update binary installer files.
Bryan O'Sullivan <bos@serpentine.com>
parents: 4635
diff changeset
36 href="http://www.selenic.com/mercurial">Mercurial web site</a>.
fb4b6d5fe100 Update binary installer files.
Bryan O'Sullivan <bos@serpentine.com>
parents: 4635
diff changeset
37 You can also download a free book, <a
8440
bfcbba5f4b99 contrib/win32: updated title of the hgbook
Martin Geisler <mg@lazybytes.net>
parents: 8439
diff changeset
38 href="http://hgbook.red-bean.com/">Mercurial: The Definitive
bfcbba5f4b99 contrib/win32: updated title of the hgbook
Martin Geisler <mg@lazybytes.net>
parents: 8439
diff changeset
39 Guide</a>.
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
40 </p>
1287
40ccb87dac71 Add win32 README for standalone installer.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
41
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
42 <p>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
43 By default, Mercurial installs to <tt>C:\Program
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
44 Files\Mercurial</tt>. The Mercurial command is called
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
45 <tt>hg.exe</tt>.
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
46 </p>
1288
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
47
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
48 <h1>Testing Mercurial after you've installed it</h1>
1287
40ccb87dac71 Add win32 README for standalone installer.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
49
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
50 <p>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
51 The easiest way to check that Mercurial is installed properly is
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
52 to just type the following at the command prompt:
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
53 </p>
1287
40ccb87dac71 Add win32 README for standalone installer.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
54
1288
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
55 <pre>
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
56 hg
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
57 </pre>
1287
40ccb87dac71 Add win32 README for standalone installer.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
58
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
59 <p>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
60 This command should print a useful help message. If it does,
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
61 other Mercurial commands should work fine for you.
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
62 </p>
1287
40ccb87dac71 Add win32 README for standalone installer.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
63
2307
5b3a3e35f084 Add section for configuration notes with initial note about the default editor
Lee Cantey <lcantey@gmail.com>
parents: 2276
diff changeset
64 <h1>Configuration notes</h1>
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
65 <h4>Default editor</h4>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
66 <p>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
67 The default editor for commit messages is 'notepad'. You can set
8439
7327f24bfef3 contrib/win32: format file names and env vars with <tt>
Martin Geisler <mg@lazybytes.net>
parents: 8438
diff changeset
68 the <tt>EDITOR</tt> (or <tt>HGEDITOR</tt>) environment variable
7327f24bfef3 contrib/win32: format file names and env vars with <tt>
Martin Geisler <mg@lazybytes.net>
parents: 8438
diff changeset
69 to specify your preference or set it in <tt>mercurial.ini</tt>:
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
70 </p>
2321
d9ca698e3c5a Update configuration note with mercurial.ini change from Thomas
Lee Cantey <lcantey@gmail.com>
parents: 2307
diff changeset
71 <pre>
d9ca698e3c5a Update configuration note with mercurial.ini change from Thomas
Lee Cantey <lcantey@gmail.com>
parents: 2307
diff changeset
72 [ui]
d9ca698e3c5a Update configuration note with mercurial.ini change from Thomas
Lee Cantey <lcantey@gmail.com>
parents: 2307
diff changeset
73 editor = whatever
d9ca698e3c5a Update configuration note with mercurial.ini change from Thomas
Lee Cantey <lcantey@gmail.com>
parents: 2307
diff changeset
74 </pre>
d9ca698e3c5a Update configuration note with mercurial.ini change from Thomas
Lee Cantey <lcantey@gmail.com>
parents: 2307
diff changeset
75
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
76 <h4>Configuring a Merge program</h4>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
77 <p>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
78 It should be emphasized that Mercurial by itself doesn't attempt
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
79 to do a Merge at the file level, neither does it make any
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
80 attempt to Resolve the conflicts.
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
81 </p>
4386
1386a9cffc88 Add notes about configuring a merge program
Lee Cantey <lcantey@gmail.com>
parents: 3863
diff changeset
82
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
83 <p>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
84 By default, Mercurial will use the merge program defined by the
8439
7327f24bfef3 contrib/win32: format file names and env vars with <tt>
Martin Geisler <mg@lazybytes.net>
parents: 8438
diff changeset
85 <tt>HGMERGE</tt> environment variable, or uses the one defined
7327f24bfef3 contrib/win32: format file names and env vars with <tt>
Martin Geisler <mg@lazybytes.net>
parents: 8438
diff changeset
86 in the <tt>mercurial.ini</tt> file. (see <a
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
87 href="http://www.selenic.com/mercurial/wiki/index.cgi/MergeProgram">MergeProgram</a>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
88 on the Mercurial Wiki for more information)
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
89 </p>
2307
5b3a3e35f084 Add section for configuration notes with initial note about the default editor
Lee Cantey <lcantey@gmail.com>
parents: 2276
diff changeset
90
1288
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
91 <h1>Reporting problems</h1>
1287
40ccb87dac71 Add win32 README for standalone installer.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
92
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
93 <p>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
94 Before you report any problems, please consult the <a
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
95 href="http://www.selenic.com/mercurial">Mercurial web site</a>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
96 and see if your question is already in our list of <a
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
97 href="http://www.selenic.com/mercurial/wiki/index.cgi/FAQ">Frequently
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
98 Answered Questions</a> (the "FAQ").
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
99 </p>
1287
40ccb87dac71 Add win32 README for standalone installer.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
100
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
101 <p>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
102 If you cannot find an answer to your question, please feel free
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
103 to send mail to the Mercurial mailing list, at <a
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
104 href="mailto:mercurial@selenic.com">mercurial@selenic.com</a>.
1288
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
105 <b>Remember</b>, the more useful information you include in your
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
106 report, the easier it will be for us to help you!
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
107 </p>
1287
40ccb87dac71 Add win32 README for standalone installer.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
108
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
109 <p>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
110 If you are IRC-savvy, that's usually the fastest way to get
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
111 help. Go to <tt>#mercurial</tt> on <tt>irc.freenode.net</tt>.
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
112 </p>
1288
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
113
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
114 <h1>Author and copyright information</h1>
1287
40ccb87dac71 Add win32 README for standalone installer.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
115
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
116 <p>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
117 Mercurial was written by <a href="http://www.selenic.com">Matt
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
118 Mackall</a>, and is maintained by Matt and a team of volunteers.
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
119 </p>
1287
40ccb87dac71 Add win32 README for standalone installer.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
120
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
121 <p>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
122 The Windows installer was written by <a
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
123 href="http://www.serpentine.com/blog">Bryan O'Sullivan</a>.
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
124 </p>
1287
40ccb87dac71 Add win32 README for standalone installer.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
125
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
126 <p>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
127 Mercurial is Copyright 2005-2009 Matt Mackall and others. See
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
128 the <tt>Contributors.txt</tt> file for a list of contributors.
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
129 </p>
1287
40ccb87dac71 Add win32 README for standalone installer.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
130
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
131 <p>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
132 Mercurial is free software; you can redistribute it and/or
1288
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
133 modify it under the terms of the <a
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
134 href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">GNU
8435
6f56dc1dd8ce contrib/win32: license is GPLv2 only
Adrian Buehlmann <adrian@cadifra.com>
parents: 7827
diff changeset
135 General Public License version 2</a> as published by the Free
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
136 Software Foundation.
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
137 </p>
1287
40ccb87dac71 Add win32 README for standalone installer.
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff changeset
138
8438
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
139 <p>
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
140 Mercurial is distributed in the hope that it will be useful, but
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
141 <b>without any warranty</b>; without even the implied warranty
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
142 of <b>merchantability</b> or <b>fitness for a particular
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
143 purpose</b>. See the GNU General Public License for more
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
144 details.
c1ad221a0e97 contrib/win32: indent and word wrap consistently
Martin Geisler <mg@lazybytes.net>
parents: 8437
diff changeset
145 </p>
1288
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
146 </body>
9a625fbfa220 Turn the win32 README into a HTML file for now.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1287
diff changeset
147 </html>