hgbook
diff en/ch06-filenames.xml @ 687:0ffae4ee4c47
Fix indexing.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sun Apr 26 23:22:04 2009 -0700 (2009-04-26) |
parents | e6c99cbd0abd |
children | 477d6a3e5023 |
line diff
1.1 --- a/en/ch06-filenames.xml Thu Apr 16 23:45:07 2009 -0700 1.2 +++ b/en/ch06-filenames.xml Sun Apr 26 23:22:04 2009 -0700 1.3 @@ -283,14 +283,14 @@ 1.4 directory with lock files, temporary working files, and backup 1.5 files, which it also makes no sense to manage.</para> 1.6 1.7 - <para>To have Mercurial permanently ignore such files, create a 1.8 + <para id="x_6b4">To have Mercurial permanently ignore such files, create a 1.9 file named <filename>.hgignore</filename> in the root of your 1.10 repository. You <emphasis>should</emphasis> <command>hg 1.11 add</command> this file so that it gets tracked with the rest of 1.12 your repository contents, since your collaborators will probably 1.13 find it useful too.</para> 1.14 1.15 - <para>By default, the <filename>.hgignore</filename> file should 1.16 + <para id="x_6b5">By default, the <filename>.hgignore</filename> file should 1.17 contain a list of regular expressions, one per line. Empty 1.18 lines are skipped. Most people prefer to describe the files they 1.19 want to ignore using the <quote>glob</quote> syntax that we 1.20 @@ -299,10 +299,10 @@ 1.21 1.22 <programlisting>syntax: glob</programlisting> 1.23 1.24 - <para>This tells Mercurial to interpret the lines that follow as 1.25 + <para id="x_6b6">This tells Mercurial to interpret the lines that follow as 1.26 glob patterns, not regular expressions.</para> 1.27 1.28 - <para>Here is a typical-looking <filename>.hgignore</filename> 1.29 + <para id="x_6b7">Here is a typical-looking <filename>.hgignore</filename> 1.30 file.</para> 1.31 1.32 <programlisting>syntax: glob