# HG changeset patch # User Alexis S. L. Carvalho # Date 1161489712 10800 # Node ID 34cc82c6c7c21bacb3a549d32d1072aee149a478 # Parent e762c0e95eace3c5268a564845542c56ddf3bc6b bash_completion: email --bcc diff --git a/contrib/bash_completion b/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