Your message dated Tue, 02 Jun 2009 19:02:26 +0000
with message-id <[email protected]>
and subject line Bug#531549: fixed in zsh 4.3.10-2
has caused the Debian Bug report #531549,
regarding zsh: completion for bzr switch
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
531549: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531549
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zsh
Version: 4.3.10-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch karmic

This bug was originally filed as
https://bugs.launchpad.net/ubuntu/+source/zsh/+bug/329303.

zsh should complete the 'bzr switch' subcommand, added in bzr 1.0rc1.
Attached is a patch against the master branch of
git://git.debian.org/git/private/schizo/zsh.git.

Thanks,

-- 
Colin Watson                                       [[email protected]]
diff --git a/Completion/Unix/Command/_bzr b/Completion/Unix/Command/_bzr
index 70c9bcd..a757a10 100644
--- a/Completion/Unix/Command/_bzr
+++ b/Completion/Unix/Command/_bzr
@@ -331,6 +331,16 @@ case $cmd in
 	)
     ;;
 
+(switch)
+    args+=(
+	'--force[Switch even if local commits will be lost]'
+	'(-q --quiet -v --verbose)'{--quiet,-q}'[be quiet]'
+	'(-v --verbose -q --quiet)'{--verbose,-v}'[display more information]'
+	'*:local repository:_files -/'
+	)
+    _bzr_completeParents
+    ;;
+
 (help)
     args=(
 	'(-l --long)'{--long,-l}'[use long format]'

--- End Message ---
--- Begin Message ---
Source: zsh
Source-Version: 4.3.10-2

We believe that the bug you reported is fixed in the latest version of
zsh, which is due to be installed in the Debian FTP archive:

zsh-doc_4.3.10-2_all.deb
  to pool/main/z/zsh/zsh-doc_4.3.10-2_all.deb
zsh_4.3.10-2.diff.gz
  to pool/main/z/zsh/zsh_4.3.10-2.diff.gz
zsh_4.3.10-2.dsc
  to pool/main/z/zsh/zsh_4.3.10-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Clint Adams <[email protected]> (supplier of updated zsh package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 02 Jun 2009 14:51:43 -0400
Source: zsh
Binary: zsh zsh-doc zsh-static zsh-dev zsh-dbg
Architecture: source all
Version: 4.3.10-2
Distribution: unstable
Urgency: medium
Maintainer: Clint Adams <[email protected]>
Changed-By: Clint Adams <[email protected]>
Description: 
 zsh        - A shell with lots of features
 zsh-dbg    - A shell with lots of features (debugging symbols)
 zsh-dev    - A shell with lots of features (development files)
 zsh-doc    - zsh documentation - info/HTML format
 zsh-static - A shell with lots of features (static link)
Closes: 531549
Changes: 
 zsh (4.3.10-2) unstable; urgency=medium
 .
   * Patch from Colin Watson to complete for for bzr switch.
     closes: #531549.
Checksums-Sha1: 
 9afbfb4191e1354455da7a78519c236a9d90ed18 1298 zsh_4.3.10-2.dsc
 4b5dec75d96fba8b7b354e7cb185c4b6a8663142 107458 zsh_4.3.10-2.diff.gz
 168796f524fcddb2badae8297bedc67e477bcbe7 2326560 zsh-doc_4.3.10-2_all.deb
Checksums-Sha256: 
 70f7f2f2520001eb51b776a804ab16d0d328e57a8fe31c4eda190c45fa55a906 1298 
zsh_4.3.10-2.dsc
 fec3e26a37c3aad6b13f8475d28ce27d25ecdc7a0eb0f1702344f4b0c6b198c7 107458 
zsh_4.3.10-2.diff.gz
 0c77d491a450283fb6582dd1056fdda6b3a5191bbc907da441777cc4eb0a01f9 2326560 
zsh-doc_4.3.10-2_all.deb
Files: 
 59514a809d2299a7ca16815a8400f444 1298 shells optional zsh_4.3.10-2.dsc
 49c5c17efd1f5da8527c524b6210ac7c 107458 shells optional zsh_4.3.10-2.diff.gz
 148a10df5674293d39809fce240983bf 2326560 doc optional zsh-doc_4.3.10-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Debian!

iEYEARECAAYFAkoldqsACgkQ5m0u66uWM3BkNACgo29kxO3RlMz5VPX3aNgqoWBd
3lkAoKOhH2e/Cj41Z4rmxyZYFYOFch7R
=sV1v
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to