On Fri, Nov 07, 2008 at 11:15:55AM +0900, Ryo IGARASHI wrote:
> Current bzr completion lacks "bzr co", which is an abbreviation
> of "bzr checkout". The attached simple patch solve this problem.

Thanks.

Index: Completion/Unix/Command/_bzr
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_bzr,v
retrieving revision 1.8
diff -u -r1.8 _bzr
--- Completion/Unix/Command/_bzr        20 May 2006 18:46:38 -0000      1.8
+++ Completion/Unix/Command/_bzr        7 Nov 2008 02:28:44 -0000
@@ -86,7 +86,7 @@
     fi
     ;;
 
-(checkout)
+(checkout|co)
     args+=(
        '--lightweight[perform a lightweight checkout]'
        '(-r --revision)'{--revision=,-r}'[the revision to get]:rev:'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to