hgbook

view it/00book.xml @ 769:459ea1807ef8

Literal translation of Ch.13.
author Giulio@puck
date Thu Jul 30 10:21:50 2009 +0200 (2009-07-30)
parents 87d7000115f8
children 6569bd1e5dbc
line source
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
4 [
5 <!-- Below are references to files in this directory. -->
7 <!-- Chapters. -->
9 <!ENTITY ch00 SYSTEM "ch00-preface.xml">
10 <!ENTITY ch01 SYSTEM "ch01-intro.xml">
11 <!ENTITY ch02 SYSTEM "ch02-tour-basic.xml">
12 <!ENTITY ch03 SYSTEM "ch03-tour-merge.xml">
13 <!ENTITY ch04 SYSTEM "ch04-concepts.xml">
14 <!ENTITY ch05 SYSTEM "ch05-daily.xml">
15 <!ENTITY ch06 SYSTEM "ch06-collab.xml">
16 <!ENTITY ch07 SYSTEM "ch07-filenames.xml">
17 <!ENTITY ch08 SYSTEM "ch08-branch.xml">
18 <!ENTITY ch09 SYSTEM "ch09-undo.xml">
19 <!ENTITY ch10 SYSTEM "ch10-hook.xml">
20 <!ENTITY ch11 SYSTEM "ch11-template.xml">
21 <!ENTITY ch12 SYSTEM "ch12-mq.xml">
22 <!ENTITY ch13 SYSTEM "ch13-mq-collab.xml">
23 <!ENTITY ch14 SYSTEM "ch14-hgext.xml">
24 <!ENTITY appA SYSTEM "appA-svn.xml">
25 <!--
26 <!ENTITY appB SYSTEM "appB-mq-ref.xml">
27 -->
28 <!ENTITY appC SYSTEM "appC-srcinstall.xml">
29 <!--
30 <!ENTITY appD SYSTEM "appD-license.xml">
31 -->
33 <!-- Include our standard shortcuts. -->
35 <!ENTITY % SHORTCUTS SYSTEM "book-shortcuts.xml">
36 %SHORTCUTS;
38 <!-- Include automatically and manually generated code snippets. -->
40 <!ENTITY % AUTOSNIPPETS SYSTEM "examples/auto-snippets.xml">
41 %AUTOSNIPPETS;
43 ]>
45 <book id="hg">
46 <title>Mercurial: la guida definitiva</title>
48 <!-- hg parents &#x2d;&#x2d;template '{node|short} ({date|shortdate})'
49 <subtitle>Compiled from 8a1d3f1aff17 (2009-03-10)</subtitle>
50 -->
51 <subtitle>Compiled from $rev_id$</subtitle>
52 <bookinfo>
53 <edition>1</edition>
54 <isbn>9780596800673</isbn>
55 <authorgroup>
56 <author>
57 <firstname>Bryan</firstname>
58 <surname>O'Sullivan</surname>
59 </author>
60 </authorgroup>
62 <editor>
63 <firstname>Mike</firstname>
64 <surname>Loukides</surname>
65 </editor>
67 <copyright>
68 <year>2006</year>
69 <year>2007</year>
70 <year>2008</year>
71 <year>2009</year>
72 <holder>Bryan O'Sullivan</holder>
73 </copyright>
75 <othercredit class="translator">
76 <firstname>Giulio</firstname>
77 <surname>Piancastelli</surname>
78 </othercredit>
80 <copyright>
81 <year>2009</year>
82 <holder>Giulio Piancastelli</holder>
83 </copyright>
84 </bookinfo>
86 <!-- BEGIN ch00 -->
87 &ch00;
88 <!-- BEGIN ch01 -->
89 &ch01;
90 <!-- BEGIN ch02 -->
91 &ch02;
92 <!-- BEGIN ch03 -->
93 &ch03;
94 <!-- BEGIN ch04 -->
95 &ch04;
96 <!-- BEGIN ch05 -->
97 &ch05;
98 <!-- BEGIN ch06 -->
99 &ch06;
100 <!-- BEGIN ch07 -->
101 &ch07;
102 <!-- BEGIN ch08 -->
103 &ch08;
104 <!-- BEGIN ch09 -->
105 &ch09;
106 <!-- BEGIN ch10 -->
107 &ch10;
108 <!-- BEGIN ch11 -->
109 &ch11;
110 <!-- BEGIN ch12 -->
111 &ch12;
112 <!-- BEGIN ch13 -->
113 &ch13;
114 <!-- BEGIN ch14 -->
115 &ch14;
116 <!-- BEGIN appA -->
117 &appA;
118 <!-- BEGIN appB
119 &appB; -->
120 <!-- BEGIN appC -->
121 &appC;
122 <!-- BEGIN appD
123 &appD; -->
124 </book>