Mercurial > hg-stable
changeset 3483:34cc82c6c7c2
bash_completion: email --bcc
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Sun, 22 Oct 2006 01:01:52 -0300 |
parents | e762c0e95eac |
children | a8823e6824fc |
files | contrib/bash_completion |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/bash_completion Sun Oct 22 01:01:45 2006 -0300 +++ b/contrib/bash_completion Sun Oct 22 01:01:52 2006 -0300 @@ -364,7 +364,7 @@ _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