contrib/zsh_completion
changeset 3805 248a952c0d17
parent 3629 adbf440a81e0
child 3806 45a751d73080
--- a/contrib/zsh_completion
+++ b/contrib/zsh_completion
@@ -619,7 +619,6 @@ typeset -A _hg_cmd_globals
 _hg_cmd_update() {
   _arguments -s -w : $_hg_global_opts \
   '(--clean -C)'{-C,--clean}'[overwrite locally modified files]' \
-  '(--force -f)'{-f,--force}'[force a merge with outstanding changes]' \
   ':revision:_hg_tags'
 }