diff en/hook.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, 30 May 2007 09:02:19 -0700
parents 914babdc99c8
children 5f35a333ab9b
line wrap: on
line diff
--- a/en/hook.tex	Sun May 27 16:26:51 2007 -0700
+++ b/en/hook.tex	Wed May 30 09:02:19 2007 -0700
@@ -1263,8 +1263,8 @@
 Parameters to this hook:
 \begin{itemize}
 \item[\texttt{local}] A boolean.  Whether the tag is local to this
-  repository instance (i.e.~stored in \sfilename{.hg/tags}) or managed
-  by Mercurial (stored in \sfilename{.hgtags}).
+  repository instance (i.e.~stored in \sfilename{.hg/localtags}) or
+  managed by Mercurial (stored in \sfilename{.hgtags}).
 \item[\texttt{node}] A changeset ID.  The ID of the changeset to be tagged.
 \item[\texttt{tag}] A string.  The name of the tag to be created.
 \end{itemize}
@@ -1374,8 +1374,8 @@
 Parameters to this hook:
 \begin{itemize}
 \item[\texttt{local}] A boolean.  Whether the new tag is local to this
-  repository instance (i.e.~stored in \sfilename{.hg/tags}) or managed
-  by Mercurial (stored in \sfilename{.hgtags}).
+  repository instance (i.e.~stored in \sfilename{.hg/localtags}) or
+  managed by Mercurial (stored in \sfilename{.hgtags}).
 \item[\texttt{node}] A changeset ID.  The ID of the changeset that was
   tagged.
 \item[\texttt{tag}] A string.  The name of the tag that was created.