From ad90eb3d942ad5a751bcffed2d0bb3dd23a3d9e4 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Fri, 2 Sep 2011 17:05:41 +0200 Subject: [PATCH] #44 git-pulls: complete 'update' command --- _git-pulls | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_git-pulls b/_git-pulls index b84cc67..d6466ca 100644 --- a/_git-pulls +++ b/_git-pulls @@ -68,7 +68,10 @@ _git-pulls() { (args) curcontext="${curcontext%:*:*}:git-pulls-cmd-$words[1]:" case $words[1] in - (update|list|show|browse|merge) + (update) + _message 'no more arguments' && ret=0 + ;; + (list|show|browse|merge) # TODO Not implemented _message 'arguments' && ret=0 ;;