diff en/concepts.tex @ 121:9094c9fda8ec

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