zsh-workers
 help / color / mirror / code / Atom feed
* Re: Bug#504769: zsh: Completion improvements request: bzr
       [not found] <20081107021555.29081.38906.reportbug@mozart.phys.s.u-tokyo.ac.jp>
@ 2008-11-07  2:30 ` Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2008-11-07  2:30 UTC (permalink / raw)
  To: Ryo IGARASHI, 504769; +Cc: zsh-workers

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:'


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-07  2:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20081107021555.29081.38906.reportbug@mozart.phys.s.u-tokyo.ac.jp>
2008-11-07  2:30 ` Bug#504769: zsh: Completion improvements request: bzr Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).