zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <clint@zsh.org>
To: zsh-workers@sunsite.dk
Cc: jblache@debian.org
Subject: PATCH: _dpatch-edit-patch
Date: Sat, 29 Sep 2007 06:43:14 -0400	[thread overview]
Message-ID: <20070929104314.GA7801@scowler.net> (raw)

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"'


             reply	other threads:[~2007-09-29 10:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-29 10:43 Clint Adams [this message]
2007-09-29 21:19 ` Clint Adams
2007-09-29 21:33   ` Julien BLACHE
2007-09-29 21:52     ` Clint Adams
2007-09-29 21:55       ` Julien BLACHE
2007-09-29 21:58         ` Clint Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070929104314.GA7801@scowler.net \
    --to=clint@zsh.org \
    --cc=jblache@debian.org \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).