hgbook

diff en/concepts.tex @ 244:980393101109

Fix up some incorrect and stale directory names.
The .hg/data name problem was reported by Tim Hatch.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed May 30 09:02:19 2007 -0700 (2007-05-30)
parents 9094c9fda8ec
children 3eaa02162e90
line diff
     1.1 --- a/en/concepts.tex	Wed Nov 15 15:59:41 2006 -0800
     1.2 +++ b/en/concepts.tex	Wed May 30 09:02:19 2007 -0700
     1.3 @@ -24,9 +24,9 @@
     1.4  of that file in a metadata object called a \emph{filelog}.  Each entry
     1.5  in the filelog contains enough information to reconstruct one revision
     1.6  of the file that is being tracked.  Filelogs are stored as files in
     1.7 -the \sdirname{.hg/data} directory.  A filelog contains two kinds of
     1.8 -information: revision data, and an index to help Mercurial to find a
     1.9 -revision efficiently.  
    1.10 +the \sdirname{.hg/store/data} directory.  A filelog contains two kinds
    1.11 +of information: revision data, and an index to help Mercurial to find
    1.12 +a revision efficiently.
    1.13  
    1.14  A file that is large, or has a lot of history, has its filelog stored
    1.15  in separate data (``\texttt{.d}'' suffix) and index (``\texttt{.i}''