diff -r 19d6271a70db -r 0390cc327dd5 contrib/bash_completion --- a/contrib/bash_completion Mon Dec 22 09:07:37 2014 -0800 +++ b/contrib/bash_completion Fri Oct 17 13:41:29 2014 -0700 @@ -110,7 +110,7 @@ _hg_labels() { - local labels="$(_hg_cmd debuglabelcomplete "$cur")" + local labels="$(_hg_cmd debugnamecomplete "$cur")" local IFS=$'\n' COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$labels' -- "$cur")) }