hgbook
diff en/intro.tex @ 183:fe74ace5fe1c
Fix simple copy example.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri Mar 30 23:28:34 2007 -0700 (2007-03-30) |
parents | 81454425eee9 |
children | 369858a4d63c |
line diff
1.1 --- a/en/intro.tex Mon Jul 03 22:43:52 2006 -0700 1.2 +++ b/en/intro.tex Fri Mar 30 23:28:34 2007 -0700 1.3 @@ -1,7 +1,30 @@ 1.4 \chapter{Introduction} 1.5 \label{chap:intro} 1.6 1.7 -XXX. 1.8 +\section{What is revision control?} 1.9 + 1.10 +\section{Why use revision control?} 1.11 + 1.12 +\section{The hierarchy of revision control} 1.13 + 1.14 + 1.15 +\subsection{On a single system} 1.16 + 1.17 +\subsection{Network-based, but centralised} 1.18 + 1.19 +\subsection{Fully distributed} 1.20 + 1.21 + 1.22 +\section{Advantages of distributed revision control} 1.23 + 1.24 +\subsection{For open source projects} 1.25 + 1.26 +\subsection{For commercial projects} 1.27 + 1.28 +\subsection{Myths about distributed revision control} 1.29 + 1.30 +\section{Why choose Mercurial?} 1.31 + 1.32 1.33 %%% Local Variables: 1.34 %%% mode: latex