pq: document --drop
authorGuido Günther <agx@sigxcpu.org>
Sat, 13 Sep 2014 10:53:15 +0000 (12:53 +0200)
committerGuido Günther <agx@sigxcpu.org>
Sat, 13 Sep 2014 10:53:15 +0000 (12:53 +0200)
docs/manpages/gbp-pq.sgml
gbp.conf

index e094208..f1afb04 100644 (file)
@@ -23,6 +23,7 @@
       <arg><option>--[no-]patch-numbers</option></arg>
       <arg><option>--topic=</option><replaceable>topic</replaceable></arg>
       <arg><option>--time-machine=</option><replaceable>num</replaceable></arg>
+      <arg><option>--[no-]drop</option></arg>
       <arg><option>--force</option></arg>
       <group choice="plain">
         <arg><option>drop</option></arg>
         </listitem>
       </varlistentry>
       <varlistentry>
+        <term><option>--[no-]drop</option></term>
+        <listitem>
+          <para>Whether to drop (delete) the patch queue branch after
+          a succesful export</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
         <term><option>--force</option></term>
         <listitem>
           <para>In case of import even import if the branch already
index 435d9b0..b97036d 100644 (file)
--- a/gbp.conf
+++ b/gbp.conf
 # Options only affecting gbp pq
 [pq]
 #patch-numbers = False
+# Whether to drop patch queue after export
+#drop = False
 
 # Options only affecting gbp clone
 [clone]