annotate README @ 611:4432ad34b8e5
Check in example outputs with begin/end markers.
author |
Bryan O'Sullivan <bos@serpentine.com> |
date |
Tue Mar 31 12:19:01 2009 -0700 (2009-03-31) |
parents |
|
children |
d8c85d831fb4 |
rev |
line source |
bos@605
|
1 Mercurial: The Definitive Guide
|
bos@605
|
2 -------------------------------
|
bos@605
|
3
|
bos@605
|
4 Welcome to the source code for the book. You can clone the definitive
|
bos@605
|
5 copy of the source tree using Mercurial as follows:
|
bos@605
|
6
|
bos@605
|
7 hg clone http://hg.serpentine.com/mercurial/book
|
bos@605
|
8
|
bos@605
|
9 Here's a top-level tour of interesting directories:
|
bos@605
|
10
|
bos@605
|
11 en English-language content
|
bos@605
|
12 es Spanish-language content
|
bos@605
|
13 examples Miscellaneous example scripts
|
bos@605
|
14 tools Old, largely unused conversion scripts
|
bos@605
|
15 web Content and comment system for http://hgbook.red-bean.com/
|
bos@605
|
16 xsl XSLT scripts for generating HTML
|