hgbook

annotate en/00book.xml @ 654:1c13ed2130a7

Merge with http://hg.serpentine.com/mercurial/book
author Dongsheng Song <dongsheng.song@gmail.com>
date Mon Mar 30 16:23:33 2009 +0800 (2009-03-30)
parents 751ee9bf2e8d 4bb10cfa3812
children 3b33dd6aba87
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@559 24 <!ENTITY appA SYSTEM "appA-cmdref.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@553 48 <authorgroup>
bos@553 49 <author>
bos@553 50 <firstname>Bryan</firstname>
bos@553 51 <surname>O'Sullivan</surname>
bos@553 52 </author>
bos@553 53 </authorgroup>
bos@553 54
bos@553 55 <editor>
bos@553 56 <firstname>Mike</firstname>
bos@553 57 <surname>Loukides</surname>
bos@553 58 </editor>
bos@553 59
bos@553 60 <copyright>
bos@573 61 <year>2006</year>
bos@553 62 <year>2007</year>
bos@553 63 <year>2008</year>
bos@568 64 <year>2009</year>
bos@553 65 <holder>Bryan O'Sullivan</holder>
bos@553 66 </copyright>
bos@553 67 </bookinfo>
bos@553 68
bos@589 69 &ch00;
bos@553 70 &ch01;
bos@553 71 &ch02;
bos@559 72 &ch03;
bos@559 73 &ch04;
bos@559 74 &ch05;
bos@559 75 &ch06;
bos@559 76 &ch07;
bos@559 77 &ch08;
bos@559 78 &ch09;
bos@559 79 &ch10;
bos@559 80 &ch11;
bos@558 81 &ch12;
bos@559 82 &ch13;
bos@559 83 <!-- &appA; -->
bos@559 84 &appB;
bos@559 85 &appC;
bos@559 86 &appD;
bos@553 87 </book>