diff en/ch11-mq.xml @ 811:a66f6d499afa

Add paragraph IDs
author Bryan O'Sullivan <bos@serpentine.com>
date Fri, 24 Apr 2009 00:27:21 -0700
parents 1a0a78e197c3
children f3f901cfbfc7
line wrap: on
line diff
--- a/en/ch11-mq.xml	Fri Apr 24 00:27:05 2009 -0700
+++ b/en/ch11-mq.xml	Fri Apr 24 00:27:21 2009 -0700
@@ -748,13 +748,13 @@
   <sect1>
     <title>More on patch management</title>
 
-    <para>As you grow familiar with MQ, you will find yourself wanting
+    <para id="x_6db">As you grow familiar with MQ, you will find yourself wanting
       to perform other kinds of patch management operations.</para>
 
     <sect2>
       <title>Deleting unwanted patches</title>
 
-      <para>If you want to get rid of a patch, use the <command
+      <para id="x_6dc">If you want to get rid of a patch, use the <command
 	  role="hg-ext-mq">hg qdelete</command> command to delete the
 	patch file and remove its entry from the patch series.  If you
 	try to delete a patch that is still applied, <command
@@ -766,7 +766,7 @@
     <sect2>
       <title>Converting to and from permanent revisions</title>
 
-      <para>Once you're done working on a patch and want to turn it
+      <para id="x_6dd">Once you're done working on a patch and want to turn it
 	into a permanent changeset, use the <command
 	  role="hg-ext-mq">hg qdelete -r</command> command.  Pass a
 	revision to the <option>-r</option> option to identify the
@@ -775,13 +775,13 @@
 
       &interaction.ch11-qdelete.convert;
 
-      <para>It is also possible to turn an existing changeset into a
+      <para id="x_6de">It is also possible to turn an existing changeset into a
 	patch, by passing the <option>-r</option> option to <command
 	  role="hg-ext-mq">hg qimport</command>.</para>
 
       &interaction.ch11-qdelete.import;
 
-      <para>Note that it only makes sense to convert a changeset into
+      <para id="x_6df">Note that it only makes sense to convert a changeset into
 	a patch if you have not propagated that changeset into any
 	other repositories.  The imported changeset's ID will change
 	every time you refresh the patch, which will make Mercurial