zsh: remove deprecated -f option for hg update
authorSteve Borho <steve@borho.org>
Tue, 05 Dec 2006 21:30:04 -0600
changeset 3805 248a952c0d17
parent 3804 302ffecdd726
child 3806 45a751d73080
zsh: remove deprecated -f option for hg update
contrib/zsh_completion
--- 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'
 }