Updated repo plugin README.md

This commit is contained in:
Gaetan Semet 2013-02-15 00:15:22 +01:00
commit 7f233789c4
3 changed files with 4 additions and 181 deletions

View file

@ -1,36 +1,2 @@
# 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