hgbook

diff en/hgext.tex @ 527:e33aab06b0d1

fix to get the table of contents right on the html version
author Javier Rojas <jerojasro@devnull.li>
date Mon Jan 19 14:22:01 2009 -0500 (2009-01-19)
parents 7df934d3dcb5
children
line diff
     1.1 --- a/en/hgext.tex	Sun May 27 16:26:51 2007 -0700
     1.2 +++ b/en/hgext.tex	Mon Jan 19 14:22:01 2009 -0500
     1.3 @@ -14,9 +14,6 @@
     1.4  \item Section~\ref{sec:tour-merge:fetch} covers the \hgext{fetch}
     1.5    extension; this combines pulling new changes and merging them with
     1.6    local changes into a single command, \hgxcmd{fetch}{fetch}.
     1.7 -\item The \hgext{bisect} extension adds an efficient pruning search
     1.8 -  for changes that introduced bugs, and we documented it in
     1.9 -  chapter~\ref{sec:undo:bisect}.
    1.10  \item In chapter~\ref{chap:hook}, we covered several extensions that
    1.11    are useful for hook-related functionality: \hgext{acl} adds access
    1.12    control lists; \hgext{bugzilla} adds integration with the Bugzilla