hgbook

view en/00book.xml @ 602:de5b1753e865

Merge
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Mar 27 11:55:18 2009 -0500 (2009-03-27)
parents 28b5a5befb08
children 47fbf3765997 1c13ed2130a7
line source
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : -->
3 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
4 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
5 [
6 <!-- Below are references to files in this directory. -->
8 <!-- Chapters. -->
10 <!ENTITY ch00 SYSTEM "ch00-preface.xml">
11 <!ENTITY ch01 SYSTEM "ch01-tour-basic.xml">
12 <!ENTITY ch02 SYSTEM "ch02-tour-merge.xml">
13 <!ENTITY ch03 SYSTEM "ch03-concepts.xml">
14 <!ENTITY ch04 SYSTEM "ch04-daily.xml">
15 <!ENTITY ch05 SYSTEM "ch05-collab.xml">
16 <!ENTITY ch06 SYSTEM "ch06-filenames.xml">
17 <!ENTITY ch07 SYSTEM "ch07-branch.xml">
18 <!ENTITY ch08 SYSTEM "ch08-undo.xml">
19 <!ENTITY ch09 SYSTEM "ch09-hook.xml">
20 <!ENTITY ch10 SYSTEM "ch10-template.xml">
21 <!ENTITY ch11 SYSTEM "ch11-mq.xml">
22 <!ENTITY ch12 SYSTEM "ch12-mq-collab.xml">
23 <!ENTITY ch13 SYSTEM "ch13-hgext.xml">
24 <!ENTITY appA SYSTEM "appA-cmdref.xml">
25 <!ENTITY appB SYSTEM "appB-mq-ref.xml">
26 <!ENTITY appC SYSTEM "appC-srcinstall.xml">
27 <!ENTITY appD SYSTEM "appD-license.xml">
29 <!-- Include our standard shortcuts. -->
31 <!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml">
32 %SHORTCUTS;
34 <!-- Include automatically and manually generated code snippets. -->
36 <!ENTITY % AUTOSNIPPETS SYSTEM "examples/auto-snippets.xml">
37 %AUTOSNIPPETS;
38 ]>
40 <book id="hg">
41 <title>Mercurial: The Definitive Guide</title>
42 <bookinfo>
43 <authorgroup>
44 <author>
45 <firstname>Bryan</firstname>
46 <surname>O'Sullivan</surname>
47 </author>
48 </authorgroup>
50 <editor>
51 <firstname>Mike</firstname>
52 <surname>Loukides</surname>
53 </editor>
55 <copyright>
56 <year>2006</year>
57 <year>2007</year>
58 <year>2008</year>
59 <year>2009</year>
60 <holder>Bryan O'Sullivan</holder>
61 </copyright>
62 </bookinfo>
64 &ch00;
65 &ch01;
66 &ch02;
67 &ch03;
68 &ch04;
69 &ch05;
70 &ch06;
71 &ch07;
72 &ch08;
73 &ch09;
74 &ch10;
75 &ch11;
76 &ch12;
77 &ch13;
78 <!-- &appA; -->
79 &appB;
80 &appC;
81 &appD;
82 </book>