#23 github: remove TODOs as it cannot be implemented...

This commit is contained in:
Julien Nicoulaud 2011-09-26 23:25:14 +02:00
parent 022f30b068
commit 25d352c9d0
1 changed files with 0 additions and 3 deletions

View File

@ -239,13 +239,11 @@ _github_network_users() {
(( $+functions[_github_repos] )) ||
_github_repos() {
# TODO Not implemented
_message -e repos 'repo'
}
(( $+functions[_github_branches] )) ||
_github_branches() {
# TODO Not implemented
_message -e branches 'branch'
}
@ -253,7 +251,6 @@ _github_branches() {
_github_user_slash_repos() {
local ret=1
if compset -P '*/'; then
# TODO Make it contextual to the user
_wanted repos expl 'repo' _github_repos && ret=0
else
_wanted users expl 'user' _github_users -qS/ && ret=0