#44 git-pulls: complete 'browse' and 'merge' commands

This commit is contained in:
Julien Nicoulaud 2011-09-02 17:13:24 +02:00
parent fdb9a671ca
commit 31c7264327
1 changed files with 3 additions and 2 deletions

View File

@ -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
;;