Show More
@@ -364,7 +364,7 b' complete -o bashdefault -o default -F _h' | |||||
364 | _hg_cmd_email() |
|
364 | _hg_cmd_email() | |
365 | { |
|
365 | { | |
366 | case "$prev" in |
|
366 | case "$prev" in | |
367 | -c|--cc|-t|--to|-f|--from) |
|
367 | -c|--cc|-t|--to|-f|--from|--bcc) | |
368 | # we need an e-mail address. let the user provide a function |
|
368 | # we need an e-mail address. let the user provide a function | |
369 | # to get them |
|
369 | # to get them | |
370 | if [ "$(type -t _hg_emails)" = function ]; then |
|
370 | if [ "$(type -t _hg_emails)" = function ]; then |
General Comments 0
You need to be logged in to leave comments.
Login now