Show More
@@ -178,7 +178,7 b' typeset -A _hg_cmd_globals' | |||||
178 | } |
|
178 | } | |
179 |
|
179 | |||
180 | _hg_status() { |
|
180 | _hg_status() { | |
181 | status_files=(${(ps:\0:)"$(_hg_cmd status -0n$1 . 2>/dev/null)"}) |
|
181 | status_files=(${(ps:\0:)"$(_hg_cmd status -0n$1 ./$PREFIX 2>/dev/null)"}) | |
182 | } |
|
182 | } | |
183 |
|
183 | |||
184 | _hg_unknown() { |
|
184 | _hg_unknown() { | |
@@ -619,7 +619,6 b' typeset -A _hg_cmd_globals' | |||||
619 | _hg_cmd_update() { |
|
619 | _hg_cmd_update() { | |
620 | _arguments -s -w : $_hg_global_opts \ |
|
620 | _arguments -s -w : $_hg_global_opts \ | |
621 | '(--clean -C)'{-C,--clean}'[overwrite locally modified files]' \ |
|
621 | '(--clean -C)'{-C,--clean}'[overwrite locally modified files]' \ | |
622 | '(--force -f)'{-f,--force}'[force a merge with outstanding changes]' \ |
|
|||
623 | ':revision:_hg_tags' |
|
622 | ':revision:_hg_tags' | |
624 | } |
|
623 | } | |
625 |
|
624 |
General Comments 0
You need to be logged in to leave comments.
Login now