hgbook

annotate en/00book.xml @ 686:e9154b3daa94

Repurpose appendix A.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun Apr 26 23:16:56 2009 -0700 (2009-04-26)
parents 55e2953f82d6
children acf9dc5f088d
rev   line source
bos@553 1 <?xml version="1.0" encoding="UTF-8"?>
bos@553 2 <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : -->
bos@553 3 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
bos@553 4 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
bos@553 5 [
bos@553 6 <!-- Below are references to files in this directory. -->
bos@553 7
bos@553 8 <!-- Chapters. -->
bos@553 9
bos@583 10 <!ENTITY ch00 SYSTEM "ch00-preface.xml">
bos@583 11 <!ENTITY ch01 SYSTEM "ch01-tour-basic.xml">
bos@583 12 <!ENTITY ch02 SYSTEM "ch02-tour-merge.xml">
bos@583 13 <!ENTITY ch03 SYSTEM "ch03-concepts.xml">
bos@583 14 <!ENTITY ch04 SYSTEM "ch04-daily.xml">
bos@583 15 <!ENTITY ch05 SYSTEM "ch05-collab.xml">
bos@583 16 <!ENTITY ch06 SYSTEM "ch06-filenames.xml">
bos@583 17 <!ENTITY ch07 SYSTEM "ch07-branch.xml">
bos@583 18 <!ENTITY ch08 SYSTEM "ch08-undo.xml">
bos@583 19 <!ENTITY ch09 SYSTEM "ch09-hook.xml">
bos@583 20 <!ENTITY ch10 SYSTEM "ch10-template.xml">
bos@583 21 <!ENTITY ch11 SYSTEM "ch11-mq.xml">
bos@583 22 <!ENTITY ch12 SYSTEM "ch12-mq-collab.xml">
bos@583 23 <!ENTITY ch13 SYSTEM "ch13-hgext.xml">
bos@686 24 <!ENTITY appA SYSTEM "appA-svn.xml">
bos@559 25 <!ENTITY appB SYSTEM "appB-mq-ref.xml">
bos@559 26 <!ENTITY appC SYSTEM "appC-srcinstall.xml">
bos@559 27 <!ENTITY appD SYSTEM "appD-license.xml">
bos@553 28
bos@553 29 <!-- Include our standard shortcuts. -->
bos@553 30
bos@553 31 <!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml">
bos@553 32 %SHORTCUTS;
bos@566 33
bos@566 34 <!-- Include automatically and manually generated code snippets. -->
bos@566 35
bos@566 36 <!ENTITY % AUTOSNIPPETS SYSTEM "examples/auto-snippets.xml">
bos@566 37 %AUTOSNIPPETS;
bos@553 38 ]>
bos@553 39
bos@553 40 <book id="hg">
bos@553 41 <title>Mercurial: The Definitive Guide</title>
dongsheng@625 42
dongsheng@625 43 <!-- hg parents &#x2d;&#x2d;template '{node|short} ({date|shortdate})'
dongsheng@625 44 <subtitle>Compiled from 8a1d3f1aff17 (2009-03-10)</subtitle>
dongsheng@625 45 -->
dongsheng@625 46 <subtitle>Compiled from $rev_id$</subtitle>
bos@553 47 <bookinfo>
bos@617 48 <edition>1</edition>
bos@617 49 <isbn>9780596800673</isbn>
bos@553 50 <authorgroup>
bos@553 51 <author>
bos@553 52 <firstname>Bryan</firstname>
bos@553 53 <surname>O'Sullivan</surname>
bos@553 54 </author>
bos@553 55 </authorgroup>
bos@553 56
bos@553 57 <editor>
bos@553 58 <firstname>Mike</firstname>
bos@553 59 <surname>Loukides</surname>
bos@553 60 </editor>
bos@553 61
bos@553 62 <copyright>
bos@573 63 <year>2006</year>
bos@553 64 <year>2007</year>
bos@553 65 <year>2008</year>
bos@568 66 <year>2009</year>
bos@553 67 <holder>Bryan O'Sullivan</holder>
bos@553 68 </copyright>
bos@553 69 </bookinfo>
bos@553 70
bos@612 71 <!-- BEGIN ch00 -->
bos@589 72 &ch00;
bos@612 73 <!-- BEGIN ch01 -->
bos@553 74 &ch01;
bos@612 75 <!-- BEGIN ch02 -->
bos@553 76 &ch02;
bos@612 77 <!-- BEGIN ch03 -->
bos@559 78 &ch03;
bos@612 79 <!-- BEGIN ch04 -->
bos@559 80 &ch04;
bos@612 81 <!-- BEGIN ch05 -->
bos@559 82 &ch05;
bos@612 83 <!-- BEGIN ch06 -->
bos@559 84 &ch06;
bos@612 85 <!-- BEGIN ch07 -->
bos@559 86 &ch07;
bos@612 87 <!-- BEGIN ch08 -->
bos@559 88 &ch08;
bos@612 89 <!-- BEGIN ch09 -->
bos@559 90 &ch09;
bos@612 91 <!-- BEGIN ch10 -->
bos@559 92 &ch10;
bos@612 93 <!-- BEGIN ch11 -->
bos@559 94 &ch11;
bos@612 95 <!-- BEGIN ch12 -->
bos@558 96 &ch12;
bos@612 97 <!-- BEGIN ch13 -->
bos@559 98 &ch13;
bos@686 99 <!-- BEGIN appA -->
bos@686 100 &appA;
bos@612 101 <!-- BEGIN appB -->
bos@559 102 &appB;
bos@612 103 <!-- BEGIN appC -->
bos@559 104 &appC;
bos@612 105 <!-- BEGIN appD -->
bos@559 106 &appD;
bos@553 107 </book>