[Pkg-bazaar-commits] ./bzr/unstable r374: - Better bash completion from Peter Hoffmann

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:52:04 UTC 2009


------------------------------------------------------------
revno: 374
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Thu 2005-05-05 17:11:49 +1000
message:
  - Better bash completion from Peter Hoffmann
modified:
  contrib/bash/bzr
-------------- next part --------------
=== modified file 'contrib/bash/bzr'
--- a/contrib/bash/bzr	2005-05-03 07:48:54 +0000
+++ b/contrib/bash/bzr	2005-05-05 07:11:49 +0000
@@ -6,7 +6,7 @@
 
 _bzr_commands() 
 {
-     bzr help commands | grep '^   '
+     bzr help commands | grep -v '^   '
 }
 
 _bzr() 
@@ -24,5 +24,5 @@
     fi 
 }
 
-complete -F _bzr bzr
+complete -F _bzr -o default bzr
 



More information about the Pkg-bazaar-commits mailing list