Merge with crew
authorMatt Mackall <mpm@selenic.com>
Wed, 06 Dec 2006 17:59:19 -0600
changeset 3820 4f056896c093
parent 3815 e3ba19ec8c48 (current diff)
parent 3819 6099cfa7c4aa (diff)
child 3821 158fce02dc40
child 3824 2631b506e93d
Merge with crew
--- a/contrib/zsh_completion	Wed Dec 06 17:58:45 2006 -0600
+++ b/contrib/zsh_completion	Wed Dec 06 17:59:19 2006 -0600
@@ -178,7 +178,7 @@
 }
 
 _hg_status() {
-  status_files=(${(ps:\0:)"$(_hg_cmd status -0n$1 . 2>/dev/null)"})
+  status_files=(${(ps:\0:)"$(_hg_cmd status -0n$1 ./$PREFIX 2>/dev/null)"})
 }
 
 _hg_unknown() {
@@ -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'
 }