diff -r 3b9a896af09c -r a2f0f61a6988 contrib/bash_completion --- a/contrib/bash_completion Mon May 16 11:41:48 2011 +0200 +++ b/contrib/bash_completion Mon May 16 11:52:28 2011 +0200 @@ -68,7 +68,7 @@ _hg_paths() { - local paths="$(_hg_cmd paths | sed -e 's/ = .*$//')" + local paths="$(_hg_cmd paths -q)" COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$paths' -- "$cur")) }