Mercurial > hgbook
view en/00book.xml @ 810:1a0a78e197c3
Incorporate feedback from Greg Lindahl.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri, 24 Apr 2009 00:27:05 -0700 |
parents | 55e2953f82d6 |
children | e9154b3daa94 |
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 --template '{node|short} ({date|shortdate})' <subtitle>Compiled from 8a1d3f1aff17 (2009-03-10)</subtitle> --> <subtitle>Compiled from $rev_id$</subtitle> <bookinfo> <edition>1</edition> <isbn>9780596800673</isbn> <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> <!-- BEGIN ch00 --> &ch00; <!-- BEGIN ch01 --> &ch01; <!-- BEGIN ch02 --> &ch02; <!-- BEGIN ch03 --> &ch03; <!-- BEGIN ch04 --> &ch04; <!-- BEGIN ch05 --> &ch05; <!-- BEGIN ch06 --> &ch06; <!-- BEGIN ch07 --> &ch07; <!-- BEGIN ch08 --> &ch08; <!-- BEGIN ch09 --> &ch09; <!-- BEGIN ch10 --> &ch10; <!-- BEGIN ch11 --> &ch11; <!-- BEGIN ch12 --> &ch12; <!-- BEGIN ch13 --> &ch13; <!-- BEGIN appB --> &appB; <!-- BEGIN appC --> &appC; <!-- BEGIN appD --> &appD; </book>