Creating new completion scheme for buildbot and repo tools

This commit is contained in:
Gaetan SEMET 2013-02-12 14:50:46 +01:00
commit f84b2eddeb
12 changed files with 507 additions and 1 deletions

View file

@ -0,0 +1,36 @@
# Aliases
#alias r='repo'
##
#function listRepoCompletions {
# reply=(
# abandon
#branch
# branches
# checkout
# checkout-manifest
# cherry-pick
# diff
#download
# format-patch
# forall
# grep
# help
# init
# list
#overview
# prune
# push
# rebase
# smartsync
# stage
# start
# status
#sync
# tag-manifest
# upload
# );
#}
###compctl -K listRepoCompletions repo