hgbook

diff en/filenames.tex @ 937:d7159547e28a

Fixing some URLs that was breaking the build... Some still not working here, but i'll fix it later
author Romain PELISSE <belaran@gmail.com>
date Sat Feb 14 13:27:23 2009 +0100 (2009-02-14)
parents d3dd1bedba3c
children
line diff
     1.1 --- a/en/filenames.tex	Mon Apr 16 14:22:25 2007 -0700
     1.2 +++ b/en/filenames.tex	Sat Feb 14 13:27:23 2009 +0100
     1.3 @@ -173,7 +173,7 @@
     1.4  One thing to note, if you're familiar with Perl-style regexps, is that
     1.5  Mercurial's are \emph{rooted}.  That is, a regexp starts matching
     1.6  against the beginning of a string; it doesn't look for a match
     1.7 -anywhere within the string it.  To match anywhere in a string, start
     1.8 +anywhere within the string.  To match anywhere in a string, start
     1.9  your pattern with ``\texttt{.*}''.
    1.10  
    1.11  \section{Filtering files}