diff options
author | Guido Günther <agx@sigxcpu.org> | 2011-12-26 13:45:08 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2011-12-26 14:02:29 +0100 |
commit | 01a268968770bf265ca2fa3df158ee4936d741d6 (patch) | |
tree | 199c31dece68000bd2ae90b7435547940307d920 /docs/manpages/gbp-pq.sgml | |
parent | 694dd200e3ad985b904952e0102a73470b4bb583 (diff) | |
download | git-buildpackage-01a268968770bf265ca2fa3df158ee4936d741d6.tar.gz git-buildpackage-01a268968770bf265ca2fa3df158ee4936d741d6.tar.bz2 git-buildpackage-01a268968770bf265ca2fa3df158ee4936d741d6.zip |
gbp-pq: add "switch" action
to quickly switch between patch-queue and base branch.
Diffstat (limited to 'docs/manpages/gbp-pq.sgml')
-rw-r--r-- | docs/manpages/gbp-pq.sgml | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/docs/manpages/gbp-pq.sgml b/docs/manpages/gbp-pq.sgml index 43e372fe..cb0df02a 100644 --- a/docs/manpages/gbp-pq.sgml +++ b/docs/manpages/gbp-pq.sgml @@ -26,11 +26,11 @@ <arg><option>--topic=</option><replaceable>topic</replaceable></arg> <arg><option>--time-machine=</option><replaceable>num</replaceable></arg> <group choice="plain"> - <arg><option>export</option></arg> - <arg><option>import</option></arg> - <arg><option>rebase</option></arg> - <arg><option>drop</option></arg> - <arg><option>apply</option></arg> + <arg><option>drop</option></arg> + <arg><option>export</option></arg> + <arg><option>import</option></arg> + <arg><option>rebase</option></arg> + <arg><option>switch</option></arg> </group> </cmdsynopsis> </refsynopsisdiv> @@ -106,6 +106,16 @@ pathes from debian specific patches.</para> </listitem> </varlistentry> + <varlistentry> + <term><option>switch</option> + </term> + <listitem> + <para> + Switch to the patch-queue branch if on the base branch and switch + to base branch if on patch-queue branch. + </para> + </listitem> + </varlistentry> </variablelist> </refsect1> <refsect1> |