comparison en/00book.tex @ 189:3c6c5b551c96

Merge backout.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 16 Apr 2007 14:23:11 -0700
parents b60e2de6dbc3
children 959357d01607
comparison
equal deleted inserted replaced
188:d3dd1bedba3c 189:3c6c5b551c96
11 % leave hyperref until last 11 % leave hyperref until last
12 \usepackage[colorlinks=true,bookmarks=true]{hyperref} 12 \usepackage[colorlinks=true,bookmarks=true]{hyperref}
13 13
14 \include{99defs} 14 \include{99defs}
15 15
16 \title{Distributed revision control with Mercurial} 16 \title{Distributed revision control with Mercurial} \author{Bryan
17 \author{Bryan O'Sullivan} 17 O'Sullivan}
18 \date{Copyright \copyright\ 2006, 2007 Bryan O'Sullivan.\\ 18 \date{Copyright \copyright\ 2006, 2007 Bryan O'Sullivan.\\
19 This material may be distributed only subject to the terms and 19 This material may be distributed only subject to the terms and
20 conditions set forth in version 1.0 of the Open Publication License. 20 conditions set forth in version 1.0 of the Open Publication License.
21 Please refer to Appendix~\ref{cha:opl} for the license text.\\ 21 Please refer to Appendix~\ref{cha:opl} for the license text.\\
22 This book was prepared from revision \input{build_id}.} 22 This book was prepared from revision \input{build_id} of its sources
23 using revision \input{hg_id} of Mercurial.}
23 24
24 \makeindex 25 \makeindex
25 26
26 \begin{document} 27 \begin{document}
27 28
41 \include{tour-merge} 42 \include{tour-merge}
42 \include{concepts} 43 \include{concepts}
43 \include{daily} 44 \include{daily}
44 \include{collab} 45 \include{collab}
45 \include{filenames} 46 \include{filenames}
47 \include{branch}
46 \include{undo} 48 \include{undo}
47 \include{hook} 49 \include{hook}
48 \include{template} 50 \include{template}
49 \include{mq} 51 \include{mq}
50 \include{mq-collab} 52 \include{mq-collab}