aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/manpages/gbp-import-orig.sgml
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-10-21 13:13:19 +0200
committerGuido Günther <agx@sigxcpu.org>2016-10-23 17:15:58 +0200
commit507ae509d37dddaf78af8e45b1af792bb8513825 (patch)
treeea57984acc936b0736ace1cb94c7c986aea1f0ba /docs/manpages/gbp-import-orig.sgml
parentc092d7366feb6179d9a7e9516b38afddc28d57d7 (diff)
import-orig: Document --rollback option
Diffstat (limited to 'docs/manpages/gbp-import-orig.sgml')
-rw-r--r--docs/manpages/gbp-import-orig.sgml13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/manpages/gbp-import-orig.sgml b/docs/manpages/gbp-import-orig.sgml
index e1bcace4..2696f2b4 100644
--- a/docs/manpages/gbp-import-orig.sgml
+++ b/docs/manpages/gbp-import-orig.sgml
@@ -37,6 +37,7 @@
<arg><option>--[no-]symlink-orig</option></arg>
<arg><option>--postimport=cmd</option></arg>
<arg><option>--[no-]interactive</option></arg>
+ <arg><option>--[no-]rollback</option></arg>
<arg><option>--download</option></arg>
<group choice="plain">
<arg choice="plain"><replaceable>upstream-source</replaceable></arg>
@@ -62,6 +63,10 @@
<replaceable>upstream</replaceable>), tagged and merged onto the debian
branch (default: <replaceable>master</replaceable>).
</para>
+ <para>In case of an error &gbp-import-orig; will rollback (undo)
+ all changes it has done to the repository (see
+ the <option>--rollback</option> option).
+ </para>
</refsect1>
<refsect1>
<title>OPTIONS</title>
@@ -309,6 +314,14 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--[no-]rollback</option></term>
+ <listitem>
+ <para>
+ Rollback changes in case of an error.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>
<refsect1>