diff contrib/zsh_completion @ 3629:adbf440a81e0

zsh: typo in commit completion
author Brendan Cully <brendan@kublai.com>
date Thu, 09 Nov 2006 14:44:17 -0800
parents 9d815b074dcb
children 248a952c0d17
line wrap: on
line diff
--- a/contrib/zsh_completion
+++ b/contrib/zsh_completion
@@ -377,7 +377,7 @@ typeset -A _hg_cmd_globals
 
 _hg_cmd_commit() {
   _arguments -s -w : $_hg_global_opts $_hg_pat_opts \
-  '(--addremove -A)'{-A,--addremove}'[mark new/missing files as added/removed before committing]'
+  '(--addremove -A)'{-A,--addremove}'[mark new/missing files as added/removed before committing]' \
   '(--message -m)'{-m+,--message}'[use <text> as commit message]:text:' \
   '(--logfile -l)'{-l+,--logfile}'[read commit message from <file>]:log file:_file -g \*.txt' \
   '(--date -d)'{-d+,--date}'[record datecode as commit date]:date code:' \