X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/8f4a012b3bc70e1d33bdba17e5c319c00c829c2a..d946b07817ffe6e156c159e7fc6270322413e530:/_vcsh diff --git a/_vcsh b/_vcsh index c77f2af..a33551b 100644 --- a/_vcsh +++ b/_vcsh @@ -47,6 +47,10 @@ function _vcsh-pull () { _nothing } +function _vcsh-push () { + _nothing +} + function _vcsh-rename () { (( CURRENT == 2 )) && __vcsh_repositories (( CURRENT == 3 )) && _message "new repository name" @@ -85,6 +89,7 @@ function _vcsh () { subcommands=( "clone:clone an existing repository" + "commit:commit in all repositories" "delete:delete an existing repository" "enter:enter repository; spawn new <\$SHELL>" "help:display help" @@ -93,8 +98,10 @@ function _vcsh () { "list-tracked:list all files tracked by vcsh" "list-tracked-by:list files tracked by a repository" "pull:pull from all vcsh remotes" + "push:push to vcsh remotes" "rename:rename a repository" "run:run command with <\$GIT_DIR> and <\$GIT_WORK_TREE> set" + "status:show statuses of all/one vcsh repositories" "upgrade:upgrade repository to currently recommended settings" "version:print version information" "which:find in name of any tracked file"