Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh bzr completition
- X-seq: zsh-workers 30738
- From: Roman Kaminski <disench@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: zsh bzr completition
- Date: Thu, 18 Oct 2012 10:38:44 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=+Nqecl/kVJdeqk8RhIWicSyUQzhmZtmGbY8Ogw635uk=; b=kCbtwydzQIr60NKC4PdKldAtpMM0pYRbYh/gySGh7/WqjX+lkb+GzXTAWUtF3Lsk5s sY32ah65lvYssFlJTXiekJ50empirA206l1L0EVMfefvZbRacGpwLJtVdiBxpZ6T+jSp OL3wdKUQVYCCghkmVfiDC9Sq71yQBvbOggMo5f7+3nodiYuCZKcs+Gm/rT/xgqZNK9It UyoN3CRw7EPCagL5/jFKVMJV9XpwOyW9dIUsMg8zCbqTHiHufKQqZUWMNfhqIad/pJtV vuaob/fmcKSJyorMFkdYd1TaPVzoN4CiE+02eQdvsdNtLCUIAkuO8/HtOiPV49IDQ8iV n1ZQ==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hello zsh-workers,
I have small patch you may consider worthwhile to merge into ZSH.
We are using bzr for production and the option to send patch to the
patch-file (via command: bzr send -o /path/file) so a completition
of path/file is required and not yet supported.
I would like to kindly ask you to add this to the tree:
File affected: functions/_bzr
+ (send)
+ args+=(
+ '*:DIR:_files -/'
+ )
+ ;;
If you want more details, or patch created by git/bzr/hg, feel free
to contact me.
Thanks,
R.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author