From d052ba250f68a34177bf31625ed7f0a0fb500936 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 30 Jul 2011 15:04:28 +0200 Subject: Document --time-machine option --- debian/rules | 3 ++- docs/manpages/gbp-pq.sgml | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a7cf68fa..93d3ebc0 100755 --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,8 @@ links_stamp: touch links_stamp apidocs: links_stamp - epydoc -o docs/apidocs/ gbp*.py git*.py gbp/ + epydoc -n git-buildpackage --no-sourcecode -o docs/apidocs/ \ + gbp*.py git*.py gbp/ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) pychecker: diff --git a/docs/manpages/gbp-pq.sgml b/docs/manpages/gbp-pq.sgml index 621dcca7..43e372fe 100644 --- a/docs/manpages/gbp-pq.sgml +++ b/docs/manpages/gbp-pq.sgml @@ -24,6 +24,7 @@ [auto|on|off] topic + num @@ -138,6 +139,18 @@ Topic to use when importing a single patch + + NUM + + + When importing a patch queue fails, go back commit by + commit on the current branch to check if the patch-queue applies + there. Do this at most NUM times. This can + be useful if the patch-queue doesn't apply to the current branch HEAD + anymore, e.g. after importing a new upstream version. + + + -- cgit v1.2.3