about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-11-25 04:45:37 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-11-25 04:45:37 +0000
commit1c74b6bc3b0002158d18e5ed51b54f0588d3fd34 (patch)
tree1ea35405db34ade637f5a01bc9fe1dccb318f3a0 /Completion
parent5a7a3b48aaa4606bf95cba2ea305f1db59e190a1 (diff)
downloadzsh-1c74b6bc3b0002158d18e5ed51b54f0588d3fd34.tar.gz
zsh-1c74b6bc3b0002158d18e5ed51b54f0588d3fd34.tar.xz
zsh-1c74b6bc3b0002158d18e5ed51b54f0588d3fd34.zip
Merge new completion with 23852, 23854, and 23860 onto 4.2 branch.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Debian/Command/_dpatch-edit-patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/Completion/Debian/Command/_dpatch-edit-patch b/Completion/Debian/Command/_dpatch-edit-patch
new file mode 100644
index 000000000..2c463066a
--- /dev/null
+++ b/Completion/Debian/Command/_dpatch-edit-patch
@@ -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]:shell:' \
+  '(-P --origtargzpath)'{-P,--origtargzpath=}'[colon-separated list of paths containing upstream tarballs, use with -b]:path to upstream tarballs:_dir_list' \
+  '(-h --help)'{-h,--help}'[help text]' \
+  '1:patch name:_files -W $PWD/debian/patches -g \*.dpatch\(-.\:r\)' \
+  '2:base patch name:_files -W $PWD/debian/patches -g \*.dpatch\(-.\:r\)'