hgbook
diff en/hook.tex @ 246:8c15549666fa
Fix another typo, courtesy of Tim Hatch.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed May 30 09:03:12 2007 -0700 (2007-05-30) |
parents | 914babdc99c8 |
children | 5f35a333ab9b |
line diff
1.1 --- a/en/hook.tex Mon Mar 12 23:10:32 2007 -0700 1.2 +++ b/en/hook.tex Wed May 30 09:03:12 2007 -0700 1.3 @@ -1263,8 +1263,8 @@ 1.4 Parameters to this hook: 1.5 \begin{itemize} 1.6 \item[\texttt{local}] A boolean. Whether the tag is local to this 1.7 - repository instance (i.e.~stored in \sfilename{.hg/tags}) or managed 1.8 - by Mercurial (stored in \sfilename{.hgtags}). 1.9 + repository instance (i.e.~stored in \sfilename{.hg/localtags}) or 1.10 + managed by Mercurial (stored in \sfilename{.hgtags}). 1.11 \item[\texttt{node}] A changeset ID. The ID of the changeset to be tagged. 1.12 \item[\texttt{tag}] A string. The name of the tag to be created. 1.13 \end{itemize} 1.14 @@ -1374,8 +1374,8 @@ 1.15 Parameters to this hook: 1.16 \begin{itemize} 1.17 \item[\texttt{local}] A boolean. Whether the new tag is local to this 1.18 - repository instance (i.e.~stored in \sfilename{.hg/tags}) or managed 1.19 - by Mercurial (stored in \sfilename{.hgtags}). 1.20 + repository instance (i.e.~stored in \sfilename{.hg/localtags}) or 1.21 + managed by Mercurial (stored in \sfilename{.hgtags}). 1.22 \item[\texttt{node}] A changeset ID. The ID of the changeset that was 1.23 tagged. 1.24 \item[\texttt{tag}] A string. The name of the tag that was created.