zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _aptitude unhold
@ 2007-03-30 16:24 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2007-03-30 16:24 UTC (permalink / raw)
  To: zsh-workers

It may be worth it to have 'unhold' only complete held packages.  I'm
not sure.

Index: Completion/Debian/Command/_aptitude
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_aptitude,v
retrieving revision 1.6
diff -u -r1.6 _aptitude
--- Completion/Debian/Command/_aptitude	2 Jan 2007 22:05:16 -0000	1.6
+++ Completion/Debian/Command/_aptitude	30 Mar 2007 16:22:41 -0000
@@ -57,7 +57,7 @@
       download|show|changelog)
         _deb_packages avail && ret=0
       ;;
-      remove|purge|hold|reinstall|forbid-version|markauto|unmarkauto)
+      (remove|purge|hold|unhold|reinstall|forbid-version|markauto|unmarkauto)
         _deb_packages installed && ret=0
       ;;
       install)


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

only message in thread, other threads:[~2007-03-30 16:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-30 16:24 PATCH: _aptitude unhold 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).