diff en/ch06-filenames.xml @ 775:29f0f79cf614

Update paragraph IDs
author Bryan O'Sullivan <bos@serpentine.com>
date Thu, 16 Apr 2009 23:46:45 -0700
parents e6c99cbd0abd
children 477d6a3e5023
line wrap: on
line diff
--- a/en/ch06-filenames.xml	Thu Apr 16 23:45:07 2009 -0700
+++ b/en/ch06-filenames.xml	Thu Apr 16 23:46:45 2009 -0700
@@ -283,14 +283,14 @@
       directory with lock files, temporary working files, and backup
       files, which it also makes no sense to manage.</para>
 
-    <para>To have Mercurial permanently ignore such files, create a
+    <para id="x_6b4">To have Mercurial permanently ignore such files, create a
       file named <filename>.hgignore</filename> in the root of your
       repository.  You <emphasis>should</emphasis> <command>hg
       add</command> this file so that it gets tracked with the rest of
       your repository contents, since your collaborators will probably
       find it useful too.</para>
 
-    <para>By default, the <filename>.hgignore</filename> file should
+    <para id="x_6b5">By default, the <filename>.hgignore</filename> file should
       contain a list of regular expressions, one per line.  Empty
       lines are skipped. Most people prefer to describe the files they
       want to ignore using the <quote>glob</quote> syntax that we
@@ -299,10 +299,10 @@
 
     <programlisting>syntax: glob</programlisting>
 
-    <para>This tells Mercurial to interpret the lines that follow as
+    <para id="x_6b6">This tells Mercurial to interpret the lines that follow as
       glob patterns, not regular expressions.</para>
 
-    <para>Here is a typical-looking <filename>.hgignore</filename>
+    <para id="x_6b7">Here is a typical-looking <filename>.hgignore</filename>
       file.</para>
 
     <programlisting>syntax: glob