summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2011-02-09 15:42:08 -0700
committerJesse Keating <jkeating@redhat.com>2011-02-09 15:42:08 -0700
commite6c29458b5a1720f58cf1eb89a325dfa398e0d76 (patch)
tree329d284a0c8777cad6bd8622890e62b2d3d7d543
parent21ca17d3cd79e4f9887a51dff672cc0a47e11ae9 (diff)
downloadfedora-packager-e6c29458b5a1720f58cf1eb89a325dfa398e0d76.tar.gz
fedora-packager-e6c29458b5a1720f58cf1eb89a325dfa398e0d76.tar.xz
fedora-packager-e6c29458b5a1720f58cf1eb89a325dfa398e0d76.zip
Add the new pull options to bash completion
-rw-r--r--src/fedpkg.bash3
1 files changed, 3 insertions, 0 deletions
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