--- a/contrib/zsh_completion Thu Oct 26 19:25:45 2006 +0200 +++ b/contrib/zsh_completion Thu Oct 26 17:28:12 2006 -0700 @@ -134,7 +134,7 @@ } _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() {