Show More
@@ -364,7 +364,8 b' typeset -A _hg_cmd_globals' | |||||
364 | '--remotecmd[specify hg command to run on the remote side]:') |
|
364 | '--remotecmd[specify hg command to run on the remote side]:') | |
365 |
|
365 | |||
366 | _hg_cmd() { |
|
366 | _hg_cmd() { | |
367 | _call_program hg hg "$_hg_cmd_globals[@]" "$@" |
|
367 | _call_program hg hg --config ui.verbose=0 --config defaults."$1"= \ | |
|
368 | "$_hg_cmd_globals[@]" "$@" | |||
368 | } |
|
369 | } | |
369 |
|
370 | |||
370 | _hg_cmd_add() { |
|
371 | _hg_cmd_add() { |
General Comments 0
You need to be logged in to leave comments.
Login now