Package: zsh
Version: 4.3.6-7
Severity: wishlist
Tags: patch

Hi,

Current bzr completion lacks "bzr co", which is an abbreviation
of "bzr checkout". The attached simple patch solve this problem.

Best regards,
--
Ryo IGARASHI

-- System Information:
Debian Release: lenny/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'unstable'), (500, 
'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages zsh depends on:
ii  libc6                         2.7-16     GNU C Library: Shared libraries
ii  libcap2                       2.11-2     support for getting/setting POSIX.
ii  libncursesw5                  5.7-1      shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libpcre3                      7.8-2      Perl 5 Compatible Regular Expressi

Versions of packages zsh suggests:
pn  zsh-doc                       <none>     (no description available)

-- no debconf information
diff -ur zsh-4.3.6.orig/Completion/Unix/Command/_bzr zsh-4.3.6/Completion/Unix/Command/_bzr
--- zsh-4.3.6.orig/Completion/Unix/Command/_bzr	2006-05-22 18:33:20.000000000 +0900
+++ zsh-4.3.6/Completion/Unix/Command/_bzr	2008-11-07 10:27:44.146582579 +0900
@@ -86,7 +86,7 @@
     fi
     ;;
 
-(checkout)
+(checkout|co)
     args+=(
 	'--lightweight[perform a lightweight checkout]'
 	'(-r --revision)'{--revision=,-r}'[the revision to get]:rev:'

Reply via email to