[PATCH] zsh: remove deprecated -f option for hg update

steve at borho.org steve at borho.org
Tue Dec 5 20:30:37 CST 2006


# HG changeset patch
# User Steve Borho <steve at borho.org>
# Date 1165375804 21600
# Node ID 9c2c2837e73b405d7cc3685d732db528d47a05e2
# Parent  2aef481ac73c320018fc0a14c200a0e5266e3eac
zsh: remove deprecated -f option for hg update

diff -r 2aef481ac73c -r 9c2c2837e73b contrib/zsh_completion
--- a/contrib/zsh_completion	Tue Dec 05 23:25:28 2006 +0100
+++ b/contrib/zsh_completion	Tue Dec 05 21:30:04 2006 -0600
@@ -619,7 +619,6 @@ _hg_cmd_update() {
 _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'
 }
 


More information about the Mercurial-devel mailing list