[Bash-completion-commits] ./current r1148: added --installed to apt-cache

David Paleino d.paleino at gmail.com
Mon Jun 23 11:35:19 UTC 2008


------------------------------------------------------------
revno: 1148
committer: David Paleino <d.paleino at gmail.com>
branch nick: current
timestamp: Mon 2008-06-23 13:35:19 +0200
message:
  added --installed to apt-cache
modified:
  bash_completion
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2008-06-23 11:34:05 +0000
+++ b/bash_completion	2008-06-23 11:35:19 +0000
@@ -2234,7 +2234,7 @@
 				--quiet --important --full --all-versions \
 				--no-all-versions --generate --no-generate \
 				--names-only --all-names --recurse \
-				--config-file --option' -- $cur ) )
+				--config-file --option --installed' -- $cur ) )
 	else
 
 		COMPREPLY=( $( compgen -W 'add gencaches show showpkg showsrc \

=== modified file 'debian/changelog'
--- a/debian/changelog	2008-06-23 10:36:09 +0000
+++ b/debian/changelog	2008-06-23 11:35:19 +0000
@@ -17,11 +17,12 @@
     - fixed _java_packages()
     - fixed _muttquery()
     - added flv/FLV completion to mplayer
+    - added --installed to apt-cache
     - only complete on filenames for aspell
     - fixed code for exclusions compspecs
     - added code to gracefully handle debug options (set +/-v)
 
- -- David Paleino <d.paleino at gmail.com>  Mon, 23 Jun 2008 12:02:40 +0200
+ -- David Paleino <d.paleino at gmail.com>  Mon, 23 Jun 2008 13:34:54 +0200
 
 bash-completion (20080617.3) unstable; urgency=low
 



More information about the Bash-completion-commits mailing list