hgbook

diff en/99defs.tex @ 281:a880d07f2d29

Fix repository paths of data/index files in filelog diagram.

Data/index files are stored in the repository at .hg/store/data, not .hg/data.
Modify the filelog diagram to reflect this.
author Arun Thomas <arun.thomas@gmail.com>
date Mon Dec 17 23:16:59 2007 -0500 (2007-12-17)
parents f83281da4122
children 4ed483f08e33
line diff
     1.1 --- a/en/99defs.tex	Sun May 27 09:39:27 2007 -0700
     1.2 +++ b/en/99defs.tex	Mon Dec 17 23:16:59 2007 -0500
     1.3 @@ -44,7 +44,7 @@
     1.4      filter}\texttt{#1}}
     1.5  
     1.6  % Shell/system command.
     1.7 -\newcommand{\command}[1]{\index{\texttt{#1} command}\texttt{#1}}
     1.8 +\newcommand{\command}[1]{\index{\texttt{#1} system command}\texttt{#1}}
     1.9  
    1.10  % Shell/system command, with arguments.
    1.11  \newcommand{\cmdargs}[2]{\index{\texttt{#1} command}``\texttt{#1 #2}''}