X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/d8b4fecc8ee4a725eb10d200f3aea92f0bc3a915..09bd382dad1cd1e3d2f02bd5bc20040f0d2cc5c6:/_vcsh diff --git a/_vcsh b/_vcsh index 926dbc5..47dbd9e 100644 --- a/_vcsh +++ b/_vcsh @@ -43,6 +43,14 @@ function _vcsh-list-tracked-by () { (( CURRENT == 2 )) && __vcsh_repositories } +function _vcsh-pull () { + _nothing +} + +function _vcsh-push () { + _nothing +} + function _vcsh-rename () { (( CURRENT == 2 )) && __vcsh_repositories (( CURRENT == 3 )) && _message "new repository name" @@ -88,6 +96,7 @@ function _vcsh () { "list:list all local vcsh repositories" "list-tracked:list all files tracked by vcsh" "list-tracked-by:list files tracked by a repository" + "pull:pull from all vcsh remotes" "rename:rename a repository" "run:run command with <\$GIT_DIR> and <\$GIT_WORK_TREE> set" "upgrade:upgrade repository to currently recommended settings"