From beef59c47d6b0d60bcb2c98b4edf37d1463575e1 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Fri, 2 Sep 2011 15:45:46 +0200 Subject: [PATCH] #23 github: complete 'pull' command --- _github | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/_github b/_github index f9c715c..1bf4e3d 100644 --- a/_github +++ b/_github @@ -168,8 +168,11 @@ _github() { && ret=0 ;; (pull) - # TODO Not implemented - _message "${words[1]} command argument" && ret=0 + _arguments \ + '1: :_github_users' \ + '2: :_github_branches' \ + '--merge[automatically merge remote'\''s changes into your master]' \ + && ret=0 ;; (pull-request) # TODO Not implemented