contrib/bash_completion
changeset 14332 a2f0f61a6988
parent 13509 8aea95ec128f
child 14374 51f444e85734
--- 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"))
 }