Mercurial > hgbook
changeset 264:f8a2fe77908d
3 small typos
author | arne@fluss.krababnet |
---|---|
date | Fri, 31 Aug 2007 11:15:18 +0200 |
parents | 9dbed77d3ba6 |
children | d9a1faa45c30 |
files | en/collab.tex en/filenames.tex en/tour-basic.tex |
diffstat | 3 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/en/collab.tex Fri Jul 27 15:07:51 2007 -0700 +++ b/en/collab.tex Fri Aug 31 11:15:18 2007 +0200 @@ -481,7 +481,7 @@ \begin{note} The path to \command{plink} shouldn't contain any whitespace characters, or Mercurial may not be able to run it correctly (so - putting it in \dirname{C:\\Program Files} is probably not be a good + putting it in \dirname{C:\\Program Files} is probably not a good idea). \end{note}
--- a/en/filenames.tex Fri Jul 27 15:07:51 2007 -0700 +++ b/en/filenames.tex Fri Aug 31 11:15:18 2007 +0200 @@ -173,7 +173,7 @@ One thing to note, if you're familiar with Perl-style regexps, is that Mercurial's are \emph{rooted}. That is, a regexp starts matching against the beginning of a string; it doesn't look for a match -anywhere within the string it. To match anywhere in a string, start +anywhere within the string. To match anywhere in a string, start your pattern with ``\texttt{.*}''. \section{Filtering files}
--- a/en/tour-basic.tex Fri Jul 27 15:07:51 2007 -0700 +++ b/en/tour-basic.tex Fri Aug 31 11:15:18 2007 +0200 @@ -54,6 +54,10 @@ into problems that have since been fixed in the Debian package. \end{itemize} +\subsection{Solaris} + +XXX. + \subsection{Mac OS X} Lee Cantey publishes an installer of Mercurial for Mac OS~X at @@ -62,13 +66,9 @@ a compatible version of Universal MacPython~\cite{web:macpython}. This is easy to do; simply follow the instructions on Lee's site. -\subsection{Solaris} - -XXX. - \subsection{Windows} -Lee Cantey publishes an installer of Mercurial for Windows at +Lee Cantey also publishes an installer of Mercurial for Windows at \url{http://mercurial.berkwood.com}. This package has no external dependencies; it ``just works''.