view en/00book.xml @ 753:1c13ed2130a7

Merge with http://hg.serpentine.com/mercurial/book
author Dongsheng Song <dongsheng.song@gmail.com>
date Mon, 30 Mar 2009 16:23:33 +0800
parents 751ee9bf2e8d 4bb10cfa3812
children 3b33dd6aba87
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : -->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
[
<!-- Below are references to files in this directory. -->

<!-- Chapters. -->

<!ENTITY ch00     SYSTEM "ch00-preface.xml">
<!ENTITY ch01     SYSTEM "ch01-tour-basic.xml">
<!ENTITY ch02     SYSTEM "ch02-tour-merge.xml">
<!ENTITY ch03     SYSTEM "ch03-concepts.xml">
<!ENTITY ch04     SYSTEM "ch04-daily.xml">
<!ENTITY ch05     SYSTEM "ch05-collab.xml">
<!ENTITY ch06     SYSTEM "ch06-filenames.xml">
<!ENTITY ch07     SYSTEM "ch07-branch.xml">
<!ENTITY ch08     SYSTEM "ch08-undo.xml">
<!ENTITY ch09     SYSTEM "ch09-hook.xml">
<!ENTITY ch10     SYSTEM "ch10-template.xml">
<!ENTITY ch11     SYSTEM "ch11-mq.xml">
<!ENTITY ch12     SYSTEM "ch12-mq-collab.xml">
<!ENTITY ch13     SYSTEM "ch13-hgext.xml">
<!ENTITY appA     SYSTEM "appA-cmdref.xml">
<!ENTITY appB     SYSTEM "appB-mq-ref.xml">
<!ENTITY appC     SYSTEM "appC-srcinstall.xml">
<!ENTITY appD     SYSTEM "appD-license.xml">

<!-- Include our standard shortcuts. -->

<!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml">
%SHORTCUTS;

<!-- Include automatically and manually generated code snippets. -->

<!ENTITY % AUTOSNIPPETS SYSTEM "examples/auto-snippets.xml">
%AUTOSNIPPETS;
]>

<book id="hg">
  <title>Mercurial: The Definitive Guide</title>
  
  <!-- hg parents &#x2d;&#x2d;template '{node|short} ({date|shortdate})' 
  <subtitle>Compiled from 8a1d3f1aff17 (2009-03-10)</subtitle>
  -->
  <subtitle>Compiled from $rev_id$</subtitle>
  <bookinfo>
    <authorgroup>
      <author>
        <firstname>Bryan</firstname>
        <surname>O'Sullivan</surname>
      </author>
    </authorgroup>

    <editor>
      <firstname>Mike</firstname>
      <surname>Loukides</surname>
    </editor>

    <copyright>
      <year>2006</year>
      <year>2007</year>
      <year>2008</year>
      <year>2009</year>
      <holder>Bryan O'Sullivan</holder>
    </copyright>
  </bookinfo>

  &ch00;
  &ch01;
  &ch02;
  &ch03;
  &ch04;
  &ch05;
  &ch06;
  &ch07;
  &ch08;
  &ch09;
  &ch10;
  &ch11;
  &ch12;
  &ch13;
  <!-- &appA; -->
  &appB;
  &appC;
  &appD;
</book>