hgbook

diff en/preface.tex @ 26:1bc6c1f0192a

More MQ content.
Skeletal preface.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Jul 11 23:48:25 2006 -0700 (2006-07-11)
parents
children 9bba958be4c6
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/en/preface.tex	Tue Jul 11 23:48:25 2006 -0700
     1.3 @@ -0,0 +1,34 @@
     1.4 +\chapter*{Preface}
     1.5 +\addcontentsline{toc}{chapter}{Preface}
     1.6 +\label{chap:preface}
     1.7 +
     1.8 +Distributed revision control is a relatively new territory, and has
     1.9 +thus far grown due to people's willingness to strike out into
    1.10 +ill-charted territory.
    1.11 +
    1.12 +I am writing a book about distributed revision control because I
    1.13 +believe that it is an important subject that deserves a field guide.
    1.14 +I chose to write about Mercurial because it is the easiest tool to
    1.15 +learn the terrain with, and yet it scales to the demands of real,
    1.16 +challenging environments where many other revision control tools fail.
    1.17 +
    1.18 +\section{This book is a work in progress}
    1.19 +
    1.20 +I am releasing this book while I am still writing it, in the hope that
    1.21 +it will prove useful to others.  I also hope that readers will
    1.22 +contribute as they see fit.
    1.23 +
    1.24 +\section{Colophon---this book is Free}
    1.25 +
    1.26 +This book is licensed under the Open Publication License, and is
    1.27 +produced entirely using Free Software tools.  It is typeset with
    1.28 +\LaTeX{}; illustrations are drawn and rendered with
    1.29 +\href{http://www.inkscape.org/}{Inkscape}.
    1.30 +
    1.31 +The complete source code for this book is published as a Mercurial
    1.32 +repository, at \url{http://hg.serpentine.com/mercurial/book}.
    1.33 +
    1.34 +%%% Local Variables: 
    1.35 +%%% mode: latex
    1.36 +%%% TeX-master: "00book"
    1.37 +%%% End: