aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp-pq
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-05-13 15:23:51 +0200
committerGuido Günther <agx@sigxcpu.org>2010-05-13 15:40:59 +0200
commit65b9e0de49b8b097e29690b7f4215ae927b9fbc2 (patch)
tree9b153e803ec95cf42d22fbf0be1d52b826150a52 /gbp-pq
parent6427e2a729dbe9e8bf38c9e1c3f4578985ed8d7f (diff)
Improve manpage and help output
Diffstat (limited to 'gbp-pq')
-rwxr-xr-xgbp-pq17
1 files changed, 9 insertions, 8 deletions
diff --git a/gbp-pq b/gbp-pq
index 96b1fe6c..bacdb820 100755
--- a/gbp-pq
+++ b/gbp-pq
@@ -42,7 +42,7 @@ pq_export()
done
git status -- debian/patches
else
- echo "No patches on \"$pq\"."
+ echo "No patches on \"$pq\" - nothing to do."
fi
}
@@ -77,7 +77,7 @@ pq_import()
fi
if [ ! -r ${patches}series ]; then
- echo "Found no series file at \"$patches\". Patch-queue branch will be empty."
+ echo "Found no series file at \"$patches\". No patches to add to patch-queue branch."
return 0
fi
@@ -104,15 +104,16 @@ usage ()
$0 [ACTION]
Options:
- export Export the associated patch-queue branch into
- debian/patches and update the series file.
+ export Export the patch queue associated to the current branch
+ into a quilt patch series in debian/patches/ and update the
+ series file.
- import Create a patch-queue branch from debian/patches.
+ import Create a patch queue branch from quilt patches in debian/patches.
- rebase Switch to associated patch-queue branch and rebase
- against current branch.
+ rebase Switch to patch queue branch associated to the current
+ branch and rebase against current branch.
- drop Drop (delete) the corresponding patch-queue branch
+ drop Drop (delete) the patch queue associated to the current branch.
EOF
}