Mercurial > hg
diff contrib/zsh_completion @ 3816:248a952c0d17
zsh: remove deprecated -f option for hg update
author | Steve Borho <steve@borho.org> |
---|---|
date | Tue, 05 Dec 2006 21:30:04 -0600 |
parents | adbf440a81e0 |
children | 45a751d73080 |
line wrap: on
line diff
--- a/contrib/zsh_completion Wed Dec 06 12:45:27 2006 -0600 +++ b/contrib/zsh_completion Tue Dec 05 21:30:04 2006 -0600 @@ -619,7 +619,6 @@ _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' }