docs: update pq manpages regarding pq command meta tags
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 11 Sep 2013 09:08:06 +0000 (12:08 +0300)
committerGuido Günther <agx@sigxcpu.org>
Thu, 31 Oct 2013 18:17:37 +0000 (19:17 +0100)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
docs/manpages/gbp-pq.sgml

index c157760..83f6412 100644 (file)
     </para>
     <variablelist>
       <varlistentry>
+        <term><option>Gbp[-Pq]: Ignore</option></term>
+        <listitem>
+            <para>Ignores the commit, no patch is generated out of it.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>Gbp[-Pq]: Topic</option> <replaceable>topic</replaceable></term>
+        <listitem>
+            <para>Moves the patch into a subdir called
+                <replaceable>topic</replaceable> when running
+                <screen>&gbp-pq; export</screen>
+                This allows for some structure below
+                <filename>debian/patches</filename>.
+            </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
         <term><option>Gbp-Pq-Topic:</option> <replaceable>topic</replaceable></term>
         <listitem>
-         <para>Moves the patch into a subdir called
-         <replaceable>topic</replaceable> when running <screen>&gbp-pq;
-         export</screen>. This allows for some structure below
-         <filename>debian/patches</filename>. </para>
+            <para>Deprecated: use <option>Gbp[-Pq]: Topic</option>
+                <replaceable>topic</replaceable> instead.
+            </para>
         </listitem>
       </varlistentry>
     </variablelist>