From 25d352c9d062174c9c5bc38255a27e928a7e2241 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Mon, 26 Sep 2011 23:25:14 +0200 Subject: [PATCH] #23 github: remove TODOs as it cannot be implemented... --- _github | 3 --- 1 file changed, 3 deletions(-) diff --git a/_github b/_github index 2bf9f75..92a9a66 100644 --- a/_github +++ b/_github @@ -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