Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _aptitude unhold
- X-seq: zsh-workers 23252
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _aptitude unhold
- Date: Fri, 30 Mar 2007 12:24:29 -0400
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author