From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3279 invoked from network); 29 Sep 2007 10:43:29 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 29 Sep 2007 10:43:29 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 51916 invoked from network); 29 Sep 2007 10:43:23 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 29 Sep 2007 10:43:23 -0000 Received: (qmail 10174 invoked by alias); 29 Sep 2007 10:43:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23852 Received: (qmail 10158 invoked from network); 29 Sep 2007 10:43:21 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 29 Sep 2007 10:43:21 -0000 Received: (qmail 51720 invoked from network); 29 Sep 2007 10:43:21 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 29 Sep 2007 10:43:16 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id C8BD95C2CC; Sat, 29 Sep 2007 06:43:14 -0400 (EDT) Date: Sat, 29 Sep 2007 06:43:14 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Cc: jblache@debian.org Subject: PATCH: _dpatch-edit-patch Message-ID: <20070929104314.GA7801@scowler.net> Mail-Followup-To: zsh-workers@sunsite.dk, jblache@debian.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-11) dpatch-edit-patch completion by Julien BLACHE. Index: Completion/Debian/Command/_dpatch-edit-patch =================================================================== RCS file: Completion/Debian/Command/_dpatch-edit-patch diff -N Completion/Debian/Command/_dpatch-edit-patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Completion/Debian/Command/_dpatch-edit-patch 29 Sep 2007 10:40:44 -0000 @@ -0,0 +1,17 @@ +#compdef dpatch-edit-patch + +_arguments \ + '(-d --description)'{-d,--description=}'[description for the new patch, if applicable]' \ + '(-o --outdir)'{-o,--outdir=}'[output directory for patches]:Patch output directory:_files -/' \ + '(-s --sourcedir)'{-s,--sourcedir=}'[source directory]:Source directory:_files -/' \ + '(-t --tmpdir)'{-t,--tmpdir=}'[temporary directory]:Temporary directory:_files -/' \ + '(-p --stampdir)'{-p,--stampdir=}'[stamp directory]:Stamp directory:_files -/' \ + '(-e --exclude)'{-e,--exclude}'[list of files and directories to be excluded]:Excluded files and directories:_files' \ + '(-b --debianonly)'{-b,--debianonly=}'[unpack .orig.tar.gz before invoking the shell]:Path to .orig.tar.gz:_files' \ + '(-k --keeptemp)'{-k,--keeptemp}'[keep working source tree after exit]' \ + '(-c --clean)'{-c,--clean}'[clean the current directory]' \ + '(-l --shell)'{-l,--shell=}'[shell to be invoked]' \ + '(-P --origtargzpath)'{-P,--origtargzpath=}'[colon-separated list of paths containing upstream tarballs, use with -b]:Path to upstream tarballs:_files -/' \ + '(-h --help)'{-h,--help}'[Help text]' \ + '1:Patch name:_files -W $PWD/debian/patches -g "*.dpatch"' \ + '2:Base patch name:_files -W $PWD/debian/patches -g "*.dpatch"'