# HG changeset patch # User arne@fluss.krababnet # Date 1188551718 -7200 # Node ID f8a2fe77908d86ff29f316972a2794240f1c50da # Parent 9dbed77d3ba6a16cacdab3aa919d97be1204efe3 3 small typos diff -r 9dbed77d3ba6 -r f8a2fe77908d en/collab.tex --- 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} diff -r 9dbed77d3ba6 -r f8a2fe77908d en/filenames.tex --- 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} diff -r 9dbed77d3ba6 -r f8a2fe77908d en/tour-basic.tex --- 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''.