From e6c29458b5a1720f58cf1eb89a325dfa398e0d76 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 9 Feb 2011 15:42:08 -0700 Subject: Add the new pull options to bash completion --- src/fedpkg.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/fedpkg.bash b/src/fedpkg.bash index 90cb2ac..1191bb5 100644 --- a/src/fedpkg.bash +++ b/src/fedpkg.bash @@ -149,6 +149,9 @@ _fedpkg() prep) options_arch="--arch" ;; + pull) + options="--rebase --no-rebase" + ;; retire) options="--push" after_more=true -- cgit