##// END OF EJS Templates
zsh: suppress error message for status completion outside of repository
Brendan Cully -
r3558:73383560 default
parent child Browse files
Show More
@@ -134,7 +134,7 b' typeset -A _hg_cmd_globals'
134 }
134 }
135
135
136 _hg_status() {
136 _hg_status() {
137 status_files=(${(ps:\0:)"$(_hg_cmd status -0n$1 .)"})
137 status_files=(${(ps:\0:)"$(_hg_cmd status -0n$1 . 2>/dev/null)"})
138 }
138 }
139
139
140 _hg_unknown() {
140 _hg_unknown() {
General Comments 0
You need to be logged in to leave comments. Login now