zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _debchange
@ 2001-10-10  2:57 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2001-10-10  2:57 UTC (permalink / raw)
  To: zsh-workers

Index: Completion/Debian/Command/.distfiles
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/.distfiles,v
retrieving revision 1.4
diff -u -r1.4 .distfiles
--- Completion/Debian/Command/.distfiles	2001/09/30 20:24:15	1.4
+++ Completion/Debian/Command/.distfiles	2001/10/10 02:55:12
@@ -1,5 +1,5 @@
 DISTFILES_SRC='
 .distfiles
-_apt	_bts	_bug	_dpkg         _dpkg_source  _dupload
+_apt	_bts	_bug  _debchange _dpkg       _dpkg_source  _dupload
 _update-alternatives
 '
Index: Completion/Debian/Command/_debchange
===================================================================
RCS file: _debchange
diff -N _debchange
--- /dev/null	Thu May 24 22:33:05 2001
+++ _debchange	Tue Oct  9 19:55:12 2001
@@ -0,0 +1,15 @@
+#compdef debchange dch=debchange
+
+_arguments \
+    '(--help)-h[help]' \
+    '(-h)--help' \
+    '--version' \
+    '(--append -a --newversion -v --increment)-i[increment]' \
+    '(--append -a --newversion -v -i)--increment' \
+    '(--increment -i --newversion -v --append)-a[append]' \
+    '(--increment -i --newversion -v -a)--append' \
+    '(--append -a --increment -i --newversion)-v[newversion]:version:' \
+    '(--append -a --increment -i -v)--newversion=:version:' \
+    '(--preserve)-p[preserve]' \
+    '(-p)--preserve' \
+    ':text:'


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-10  2:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-10  2:57 PATCH: _debchange Clint Adams

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).