X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/d8b4fecc8ee4a725eb10d200f3aea92f0bc3a915..a14137fd1d5f5ee32d38d5529d5e7bb471e97fb3:/_vcsh?ds=inline

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"