To have hg completion under bash just download raw file from here
http://www.selenic.com/hg/file/11efa41037e2/contrib/bash_completion
and source it to your .bash_profile
[[ -s "$HOME/.bash_completion_hg" ]] && source "$HOME/.bash_completion_hg"
To have hg completion under bash just download raw file from here
http://www.selenic.com/hg/file/11efa41037e2/contrib/bash_completion
and source it to your .bash_profile
[[ -s "$HOME/.bash_completion_hg" ]] && source "$HOME/.bash_completion_hg"