bash_completion: email --bcc
authorAlexis S. L. Carvalho <alexis@cecm.usp.br>
Sun, 22 Oct 2006 01:01:52 -0300
changeset 3478 34cc82c6c7c2
parent 3477 e762c0e95eac
child 3479 a8823e6824fc
bash_completion: email --bcc
contrib/bash_completion
--- a/contrib/bash_completion
+++ b/contrib/bash_completion
@@ -364,7 +364,7 @@ complete -o bashdefault -o default -F _h
 _hg_cmd_email()
 {
     case "$prev" in
-	-c|--cc|-t|--to|-f|--from)
+	-c|--cc|-t|--to|-f|--from|--bcc)
 	    # we need an e-mail address. let the user provide a function 
 	    # to get them
 	    if [ "$(type -t _hg_emails)" = function ]; then