From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14171 invoked by alias); 18 Oct 2012 08:38:51 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30738 Received: (qmail 8536 invoked from network); 18 Oct 2012 08:38:49 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.214.171 as permitted sender) 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== MIME-Version: 1.0 Date: Thu, 18 Oct 2012 10:38:44 +0200 Message-ID: Subject: zsh bzr completition From: Roman Kaminski To: zsh-workers@zsh.org Content-Type: text/plain; charset=ISO-8859-1 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.