hgbook

diff en/concepts.tex @ 121:9094c9fda8ec

Start chapter on error recovery.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed Nov 15 15:59:41 2006 -0800 (2006-11-15)
parents ca99f247899e
children 980393101109
line diff
     1.1 --- a/en/concepts.tex	Tue Nov 14 11:42:40 2006 -0800
     1.2 +++ b/en/concepts.tex	Wed Nov 15 15:59:41 2006 -0800
     1.3 @@ -110,6 +110,7 @@
     1.4  arbitrary binary contents; it doesn't need to treat text as special.
     1.5  
     1.6  \subsection{Safe operation}
     1.7 +\label{sec:concepts:txn}
     1.8  
     1.9  Mercurial only ever \emph{appends} data to the end of a revlog file.
    1.10  It never modifies a section of a file after it has written it.  This