X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/fe122a264bc6ff40d3a03af6264ee1f2677fc261..29b6c287d196c01091d6fbadf511aa387d74e2a2:/_vcsh?ds=sidebyside diff --git a/_vcsh b/_vcsh index 53eaada..73a04a5 100644 --- a/_vcsh +++ b/_vcsh @@ -36,10 +36,6 @@ function _vcsh-list () { } function _vcsh-list-tracked () { - _nothing -} - -function _vcsh-list-tracked-by () { (( CURRENT == 2 )) && __vcsh_repositories } @@ -104,7 +100,6 @@ function _vcsh () { "init:initialize an empty repository" "list:list all local vcsh repositories" "list-tracked:list all files tracked by vcsh" - "list-tracked-by:list files tracked by a repository" "list-untracked:list all files not tracked by vcsh" "pull:pull from all vcsh remotes" "push:push to vcsh remotes"