contrib/zsh_completion
changeset 3544 733835602365
parent 3536 ef80b13df85a
child 3545 35b99f076d02
--- a/contrib/zsh_completion
+++ b/contrib/zsh_completion
@@ -134,7 +134,7 @@ typeset -A _hg_cmd_globals
 }
 
 _hg_status() {
-  status_files=(${(ps:\0:)"$(_hg_cmd status -0n$1 .)"})
+  status_files=(${(ps:\0:)"$(_hg_cmd status -0n$1 . 2>/dev/null)"})
 }
 
 _hg_unknown() {