From 31c726432745c5ebe4936212559c56fed33d5fd1 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Fri, 2 Sep 2011 17:13:24 +0200 Subject: [PATCH] #44 git-pulls: complete 'browse' and 'merge' commands --- _git-pulls | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_git-pulls b/_git-pulls index 46ed2ab..debb091 100644 --- a/_git-pulls +++ b/_git-pulls @@ -83,8 +83,9 @@ _git-pulls() { && ret=0 ;; (browse|merge) - # TODO Not implemented - _message 'arguments' && ret=0 + _arguments \ + '1: :_git-pulls_pull_requests_numbers' \ + && ret=0 ;; esac ;;